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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 諡懈亨B | 11100110100010111001110011100110100010111001110001000010 | e68b9ce68b9c42 |
EUC-JP | 諡懈亨B | 11101011111010111101100011101000101101011111110001000010 | ebebd8e8b5fc42 |
UTF-8 | 諡懈亨B | 11101000101010111010000111100110100001111000100011100100101110101010100001000010 | e8aba1e68788e4baa842 |
UHC | 諡懈亨B | 11100011110011011111101010101011111110101111101101000010 | e3cdfaabfafb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)