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 | 鈺ム | 11111011110001001000001110000000 | fbc48380 |
EUC-JP | 鈺ム | 1000111111100011110101011010010111100000 | 8fe3d5a5e0 |
UTF-8 | 鈺ム | 111010011000100010111010111000111000001110100000 | e988bae383a0 |
UHC | 鈺ム | 11101000101011011010101111100000 | e8adabe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)