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 | 訒倬 | 11111011101000111001100011101001 | fba398e9 |
EUC-JP | 訒倬 | 1000111111011101110010001101000011101011 | 8fddc8d0eb |
UTF-8 | 訒倬 | 111010001010100010010010111001011000000010101100 | e8a892e580ac |
UHC | ?倬 | 001111111111011011110000 | 3ff6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)