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 | ホァ萋 | 111101011011100111001110101001111110010011000100 | f5b9cea7e4c4 |
EUC-JP | ?ホァ萋 | 00111111100011101100111010001110101001111110100011000110 | 3f8ece8ea7e8c6 |
UTF-8 | ホァ萋 | 111011101001000010100100111011111011111010001110111011111011110110100111111010001001000010001011 | ee90a4efbe8eefbda7e8908b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)