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? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | 蓍ェB郤 | 111001001110011110101010010000101110011110111010 | e4e7aa42e7ba |
EUC-JP | 蓍ェB郤 | 11101000111010011000111010101010010000101110111010111100 | e8e98eaa42eebc |
UTF-8 | 蓍ェB郤 | 11101000100100111000110111101111101111011010101001000010111010011000001110100100 | e8938defbdaa42e983a4 |
UHC | 蓍?B? | 1110001111001001001111110100001000111111 | e3c93f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)