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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 黔 h | 1110101001110111100000010100000001101000 | ea77814068 |
EUC-JP | 黔 h | 1111001111011000101000011010000101101000 | f3d8a1a168 |
UTF-8 | 黔 h | 11101001101110111001010011100011100000001000000001101000 | e9bb94e3808068 |
UHC | 黔 h | 1100110010100011101000011010000101101000 | cca3a1a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)