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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 即臓息歎^ | 100100011010011010010001100111111001000110100111100100100101011001011110 | 91a6919f91a792565e |
EUC-JP | 即臓息歎^ | 110000101010100011000010101000011100001010101001110000111011011101011110 | c2a8c2a1c2a9c3b75e |
UTF-8 | 即臓息歎^ | 11100101100011011011001111101000100001111001001111100110100000011010111111100110101011011000111001011110 | e58db3e88793e681afe6ad8e5e |
UHC | ??息歎^ | 00111111001111111110001111010011111101111010011101011110 | 3f3fe3d3f7a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)