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 | 騾礼昏 | 111010011000000010010111111001111000110110101000 | e98097e78da8 |
EUC-JP | 騾礼昏 | 111100011110000011001110111010011011101010101010 | f1e0cee9baaa |
UTF-8 | 騾礼昏 | 111010011010100010111110111001111010010010111100111001101001100010001111 | e9a8bee7a4bce6988f |
UHC | ??昏 | 00111111001111111111101111100111 | 3f3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)