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 | 驛??詣?? | 1110100110000011001111110011111110001100011101110011111100111111 | e9833f3f8c773f3f |
EUC-JP | 驛??詣?? | 1111000111100011001111110011111110110111110110000011111100111111 | f1e33f3fb7d83f3f |
UTF-8 | 驛들눈詣앭ㅁ | 111010011010100110011011111010111001001110100100111010111000100010001000111010001010100110100011111011001001010110101101111000111000010110000001 | e9a99beb93a4eb8888e8a9a3ec95ade38581 |
UHC | 驛들눈詣앭ㅁ | 111001101011111010110101111010011011010010101011111001111110000110011101111001011010010010110001 | e6beb5e9b4abe7e19de5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)