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 | 蟾仙クク蝴エ^ | 11100101101101111001000011100101101110001011100011100101100110101011010001011110 | e5b790e5b8b8e59ab45e |
EUC-JP | 蟾仙クク蝴エ^ | 11101010101110011100000011100111100011101011100010001110101110001110100111111010100011101011010001011110 | eab9c0e78eb88eb8e9fa8eb45e |
UTF-8 | 蟾仙クク蝴エ^ | 11101000100111111011111011100100101110111001100111101111101111011011100011101111101111011011100011101000100111011011010011101111101111011011010001011110 | e89fbee4bb99efbdb8efbdb8e89db4efbdb45e |
UHC | 蟾仙??蝴?^ | 11100000111010101110000010111001001111110011111111111011110111010011111101011110 | e0eae0b93f3ffbdd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)