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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 糲糲^ | 11111001101011101110001011111000111100111101110111111001101011101110001011111000111100111101110101011110 | f9aee2f8f3ddf9aee2f8f3dd5e |
EUC-JP | ?糲??糲?^ | 001111111110010011111010001111110011111111100100111110100011111101011110 | 3fe4fa3f3fe4fa3f5e |
UTF-8 | 糲糲^ | 11101110100111001000100111100111101100111011001011101110100010111001000011101110100111001000100111100111101100111011001011101110100010111001000001011110 | ee9c89e7b3b2ee8b90ee9c89e7b3b2ee8b905e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)