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 | 好?? | 10001101010001000011111100111111 | 8d443f3f |
EUC-JP | 好盼? | 101110011010010110001111110011101101100100111111 | b9a58fced93f |
UTF-8 | 好盼줬 | 111001011010010110111101111001111001101110111100111011001010010010101100 | e5a5bde79bbceca4ac |
UHC | 好盼줬 | 111110111011111111011010111100001100000111100001 | fbbfdaf0c1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)