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 | ?少 | 001111111000111110101101 | 3f8fad |
EUC-JP | ?少 | 001111111011111010101111 | 3fbeaf |
UTF-8 | 룶少 | 111010111010001110110110111001011011000010010001 | eba3b6e5b091 |
UHC | 룶少 | 10001111101010111110000110110100 | 8fabe1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)