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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 消消消消 | 1000111111000001100011111100000110001111110000011000111111000001 | 8fc18fc18fc18fc1 |
EUC-JP | 消消消消 | 1011111011000011101111101100001110111110110000111011111011000011 | bec3bec3bec3bec3 |
UTF-8 | 消消消消 | 111001101011011010001000111001101011011010001000111001101011011010001000111001101011011010001000 | e6b688e6b688e6b688e6b688 |
UHC | 消消消消 | 1110000110111100111000011011110011100001101111001110000110111100 | e1bce1bce1bce1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)