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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 掌х?B | 100011111011011010000100100001110011111101000010 | 8fb684873f42 |
EUC-JP | 掌х?B | 101111101011100010100111111001110011111101000010 | beb8a7e73f42 |
UTF-8 | 掌х엿B | 111001101000111010001100110100011000010111101100100101111011111101000010 | e68e8cd185ec97bf42 |
UHC | 掌х엿B | 11101101111001101010110011100111101111111011001101000010 | ede6ace7bfb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)