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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 円??裔 | 100010010111111000111111001111111110010111100001 | 897e3f3fe5e1 |
EUC-JP | 円??裔 | 101100011101111100111111001111111110101011100011 | b1df3f3feae3 |
UTF-8 | 円㏓젧裔 | 111001011000011010000110111000111000111110010011111011001010000010100111111010001010001110010100 | e58686e38f93eca0a7e8a394 |
UHC | 円㏓젧裔 | 1110010111110111101001111110101110100000100111111110011111100000 | e5f7a7eba09fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)