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 | ?潮 | 001111111001001010101010 | 3f92aa |
EUC-JP | ?潮 | 001111111100010010101100 | 3fc4ac |
UTF-8 | 롔潮 | 111010111010000110010100111001101011110110101110 | eba194e6bdae |
UHC | 롔潮 | 10001110110110001111000011001101 | 8ed8f0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)