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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猿???預 | 10001001100011100011111100111111001111111001011101100001 | 898e3f3f3f9761 |
EUC-JP | 猿???預 | 10110001111011100011111100111111001111111100110111000010 | b1ee3f3f3fcdc2 |
UTF-8 | 猿띹늼횧預 | 111001111000110010111111111010111001110110111001111010111000101010111100111011011001101010100111111010011010000010010000 | e78cbfeb9db9eb8abced9aa7e9a090 |
UHC | 猿띹늼횧預 | 11101010101110111000110111101000100010001000010111000011100111101110011111101000 | eabb8de88885c39ee7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)