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 | 倫砦 | 111011111010011110010100111001111010000010100110 | efa794e7a0a6 |
UHC | 倫砦 | 11101011110000101111001111110110 | ebc2f3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)