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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錝嫉裔 | 111110111101110110001110101110011110010111100001 | fbdd8eb9e5e1 |
EUC-JP | 錝嫉裔 | 10001111111001001101101110111100101110111110101011100011 | 8fe4dbbcbbeae3 |
UTF-8 | 錝嫉裔 | 111010011000110010011101111001011010101110001001111010001010001110010100 | e98c9de5ab89e8a394 |
UHC | ?嫉裔 | 0011111111110010111011001110011111100000 | 3ff2ece7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)