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 | 灌鴿 | 10011111111100111110100111111001 | 9ff3e9f9 |
EUC-JP | 灌鴿 | 11011110111101011111001011111011 | def5f2fb |
UTF-8 | 灌鴿 | 111001111000000110001100111010011011010010111111 | e7818ce9b4bf |
UHC | 灌? | 110011101011010000111111 | ceb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)