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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???蝎?? | 00111111001111110011111111100101100110010011111100111111 | 3f3f3fe5993f3f |
EUC-JP | ???蝎?? | 00111111001111110011111111101001111110010011111100111111 | 3f3f3fe9f93f3f |
UTF-8 | 렽브렫蝎렣ㅸ | 111010111010000010111101111010111011100010001100111010111010000010101011111010001001110110001110111010111010000010100011111000111000010110111000 | eba0bdebb88ceba0abe89d8eeba0a3e385b8 |
UHC | 렽브렫蝎렣ㅸ | 100011101100010110111010111010101000111010111001110010101110100110001110101101001010010011101000 | 8ec5baea8eb9cae98eb4a4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)