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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?廛h | 00111111100111000100010001101000 | 3f9c4468 |
EUC-JP | ?廛h | 00111111110101111010010101101000 | 3fd7a568 |
UTF-8 | 줴廛h | 11101100101001001011010011100101101110111001101101101000 | eca4b4e5bb9b68 |
UHC | 줴廛h | 1100000111100010111011101111100001101000 | c1e2eef868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)