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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 褸珠ョ唯F | 1110010111111000100011101110110010101110100101110100001001000110 | e5f88eecae974246 |
EUC-JP | 褸珠ョ唯F | 111010101111101010111100111011101000111010101110110011011010001101000110 | eafabcee8eaecda346 |
UTF-8 | 褸珠ョ唯F | 11101000101001001011100011100111100011111010000011101111101111011010111011100101100101001010111101000110 | e8a4b8e78fa0efbdaee594af46 |
UHC | 褸珠?唯F | 1101011110101110111100011100000100111111111010101110011001000110 | d7aef1c13feae646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)