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 | ?澁 | 001111111110000001000110 | 3fe046 |
EUC-JP | ?澁 | 001111111101111110100111 | 3fdfa7 |
UTF-8 | 뺠澁 | 111010111011101010100000111001101011111010000001 | ebbaa0e6be81 |
UHC | 뺠澁 | 10010101111010001101111110111011 | 95e8dfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)