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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?施 | 001111111000111001111011 | 3f8e7b |
EUC-JP | ?施 | 001111111011101111011100 | 3fbbdc |
UTF-8 | 젼施 | 111011001010000010111100111001101001011010111101 | eca0bce696bd |
UHC | 젼施 | 11000001101011111110001110111111 | c1afe3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)