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 | 甬′ | 11100001010101001000000110001100 | e154818c |
EUC-JP | 甬′ | 11100001101101011010000111101100 | e1b5a1ec |
UTF-8 | 甬′ | 111001111001010010101100111000101000000010110010 | e794ace280b2 |
UHC | 甬′ | 11101001110001011010000111000111 | e9c5a1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)