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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鷲峪醵轌 | 1001100001101000100110111011100111100111110100011110011101111001 | 98689bb9e7d1e779 |
EUC-JP | 鷲峪醵轌 | 1100111111001001110101101011101111101110110100111110110111011010 | cfc9d6bbeed3edda |
UTF-8 | 鷲峪醵轌 | 111010011011011110110010111001011011001110101010111010011000011010110101111010001011110110001100 | e9b7b2e5b3aae986b5e8bd8c |
UHC | 鷲?醵? | 111101101010111100111111110010111101100100111111 | f6af3fcbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)