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 | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-WIN | 但臓辰l | 10010010010000011001000110011111100100100100001101101100 | 9241919f92436c |
EUC-JP | 但臓辰l | 11000011101000101100001010100001110000111010010001101100 | c3a2c2a1c3a46c |
UTF-8 | 但臓辰l | 11100100101111011000011011101000100001111001001111101000101111101011000001101100 | e4bd86e88793e8beb06c |
UHC | 但?辰l | 110100111010001100111111111100101110001101101100 | d3a33ff2e36c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)