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 | ?砦 | 001111111000110111010100 | 3f8dd4 |
EUC-JP | ?砦 | 001111111011101011010110 | 3fbad6 |
UTF-8 | 읍砦 | 111011001001110110001101111001111010000010100110 | ec9d8de7a0a6 |
UHC | 읍砦 | 11000000101111101111001111110110 | c0bef3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)