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 | 蘚?船蘚 | 11100101011001000011111110010001010001001110010101100100 | e5643f9144e564 |
EUC-JP | 蘚?船蘚 | 11101001110001010011111111000001101001011110100111000101 | e9c53fc1a5e9c5 |
UTF-8 | 蘚광船蘚 | 111010001001100010011010111010101011010010010001111010001000100010111001111010001001100010011010 | e8989aeab491e888b9e8989a |
UHC | 蘚광船蘚 | 1110000011010000101100011010010011100000110011111110000011010000 | e0d0b1a4e0cfe0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)