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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 翔ΚQ] | 111000111100010010000011101010000101000101011101 | e3c483a8515d |
EUC-JP | 翔ΚQ] | 111001101100011010100110101010100101000101011101 | e6c6a6aa515d |
UTF-8 | 翔ΚQ] | 11100111101111111001010011001110100110100101000101011101 | e7bf94ce9a515d |
UHC | 翔ΚQ] | 110111111101011010100101110010100101000101011101 | dfd6a5ca515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)