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 | 濟峰? | 1110000001011010100101011111010000111111 | e05a95f43f |
EUC-JP | 濟峰? | 1101111110111011110010101111011000111111 | dfbbcaf63f |
UTF-8 | 濟峰땡 | 111001101011111110011111111001011011001110110000111010111001010110100001 | e6bf9fe5b3b0eb95a1 |
UHC | 濟峰땡 | 111100001010110111011100111010001011011010101111 | f0addce8b6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)