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 | 痺壕 | 11100001100000111000110110001000 | e1838d88 |
EUC-JP | 痺壕 | 11100001111000111011100111101000 | e1e3b9e8 |
UTF-8 | 痺壕 | 111001111001011110111010111001011010001110010101 | e797bae5a395 |
UHC | 痺壕 | 11011101111101101111101110111101 | ddf6fbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)