To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??蛙?? | 001111110011111110001010010111100011111100111111 | 3f3f8a5e3f3f |
EUC-JP | ??蛙?? | 001111110011111110110011101111110011111100111111 | 3f3fb3bf3f3f |
UTF-8 | 렦렶蛙렿렡 | 111010111010000010100110111010111010000010110110111010001001101110011001111010111010000010111111111010111010000010100001 | eba0a6eba0b6e89b99eba0bfeba0a1 |
UHC | 렦렶蛙렿렡 | 10001110101101011000111011000001111010001100001110001110110001111000111010110010 | 8eb58ec1e8c38ec78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)