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 | 詣?? | 10001100011101110011111100111111 | 8c773f3f |
EUC-JP | 詣?? | 10110111110110000011111100111111 | b7d83f3f |
UTF-8 | 詣쇔짆 | 111010001010100110100011111011001000011110010100111011001010011110000110 | e8a9a3ec8794eca786 |
UHC | 詣쇔짆 | 111001111110000110111100111001011010001110010101 | e7e1bce5a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)