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 | 辺? | 100101011101001100111111 | 95d33f |
EUC-JP | 辺? | 110010101101010100111111 | cad53f |
UTF-8 | 辺쎹 | 111010001011111010111010111011001000111010111001 | e8bebaec8eb9 |
UHC | ?쎹 | 001111111001101111100000 | 3f9be0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)