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 | 膽堺▼ | 111001000101101110001101111001001000000110100101 | e45b8de481a5 |
EUC-JP | 膽堺▼ | 111001111011110010111010111001101010001010100111 | e7bcbae6a2a7 |
UTF-8 | 膽堺▼ | 111010001000011010111101111001011010000010111010111000101001011010111100 | e886bde5a0bae296bc |
UHC | 膽堺▼ | 110100111100010111001100111101111010000111100101 | d3c5ccf7a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)