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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 題臀ξ | 100100011110100011100100010111001000001111001100 | 91e8e45c83cc |
EUC-JP | 題臀ξ | 110000101110101011100111101111011010011011001110 | c2eae7bda6ce |
UTF-8 | 題臀ξ | 1110100110100001100011001110100010000111100000001100111010111110 | e9a18ce88780cebe |
UHC | 題臀ξ | 111100001011100111010100111010111010010111101110 | f0b9d4eba5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)