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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 猷?‰~ | 100101110101000100111111100000011111000101111110 | 97513f81f17e |
EUC-JP | 猷?‰~ | 110011011011001000111111101000101111001101111110 | cdb23fa2f37e |
UTF-8 | 猷띠‰~ | 11100111100011001011011111101011100111011010000011100010100000001011000001111110 | e78cb7eb9da0e280b07e |
UHC | 猷띠‰~ | 11101011101000111011011011101100101000101011011001111110 | eba3b6eca2b67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)