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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 胥ξ | 11100011111011111000001111001100 | e3ef83cc |
EUC-JP | 胥ξ | 11100110111100011010011011001110 | e6f1a6ce |
UTF-8 | 胥ξ | 1110100010000011101001011100111010111110 | e883a5cebe |
UHC | 胥ξ | 11100000101000011010010111101110 | e0a1a5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)