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 | 葩 | 111110011110100011100100110110111111000011100011 | f9e8e4dbf0e3 |
EUC-JP | ?葩? | 00111111111010001101110100111111 | 3fe8dd3f |
UTF-8 | 葩 | 111011101001110110000011111010001001000110101001111011101000001010100010 | ee9d83e891a9ee82a2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)