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 | ????レ? | 00111111001111110011111100111111100000111000110000111111 | 3f3f3f3f838c3f |
EUC-JP | ????レ? | 00111111001111110011111100111111101001011110110000111111 | 3f3f3f3fa5ec3f |
UTF-8 | 泥숉쉱泥レ㎚ | 111011111010011110100011111011001000100010001001111011001000100110110001111011111010011110100011111000111000001110101100111000111000111010011010 | efa7a3ec8889ec89b1efa7a3e383ace38e9a |
UHC | 泥숉쉱泥レ㎚ | 111011001011001010011001111011011001101010001000111011001011001010101011111011001010011110101100 | ecb299ed9a88ecb2abeca7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)