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 | 蝣危高 | 111001011010000010001010111010111000110110000010 | e5a08aeb8d82 |
EUC-JP | 蝣危高 | 111010101010001010110100111011011011100111100010 | eaa2b4edb9e2 |
UTF-8 | 蝣危高 | 111010001001110110100011111001011000110110110001111010011010101110011000 | e89da3e58db1e9ab98 |
UHC | ?危高 | 0011111111101010110010111100110111010100 | 3feacbcdd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)