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 | 쇄砦 | 111011001000011110000100111001111010000010100110 | ec8784e7a0a6 |
UHC | 쇄砦 | 10111100111000101111001111110110 | bce2f3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)