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 | ?甬 | 001111111110000101010100 | 3fe154 |
EUC-JP | ?甬 | 001111111110000110110101 | 3fe1b5 |
UTF-8 | 쨩甬 | 111011001010100010101001111001111001010010101100 | eca8a9e794ac |
UHC | 쨩甬 | 11000010101110111110100111000101 | c2bbe9c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)