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 | 鈺邏 | 11111011110001001110011110110100 | fbc4e7b4 |
EUC-JP | 鈺邏 | 1000111111100011110101011110111010110110 | 8fe3d5eeb6 |
UTF-8 | 鈺邏 | 111010011000100010111010111010011000001010001111 | e988bae9828f |
UHC | 鈺邏 | 11101000101011011101010110100100 | e8add5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)