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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 五??五??^ | 100011001101110000111111001111111000110011011100001111110011111101011110 | 8cdc3f3f8cdc3f3f5e |
EUC-JP | 五??五??^ | 101110001101111000111111001111111011100011011110001111110011111101011110 | b8de3f3fb8de3f3f5e |
UTF-8 | 五묒뒯五묒뒯^ | 11100100101110101001010011101011101011001001001011101011100100101010111111100100101110101001010011101011101011001001001011101011100100101010111101011110 | e4ba94ebac92eb92afe4ba94ebac92eb92af5e |
UHC | 五묒뒯五묒뒯^ | 11100111111010011001000111101100100010101010100011100111111010011001000111101100100010101010100001011110 | e7e991ec8aa8e7e991ec8aa85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)