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 | 蓍堺頃繿 | 1110010011100111100011011110010010001101101000001110001110010001 | e4e78de48da0e391 |
EUC-JP | 蓍堺頃繿 | 1110100011101001101110101110011010111010101000101110010111110001 | e8e9bae6baa2e5f1 |
UTF-8 | 蓍堺頃繿 | 111010001001001110001101111001011010000010111010111010011010000010000011111001111011100110111111 | e8938de5a0bae9a083e7b9bf |
UHC | 蓍堺頃? | 11100011110010011100110011110111110011001111000100111111 | e3c9ccf7ccf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)