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 | 猿??? | 1000100110001110001111110011111100111111 | 898e3f3f3f |
EUC-JP | 猿??? | 1011000111101110001111110011111100111111 | b1ee3f3f3f |
UTF-8 | 猿띹늼횧 | 111001111000110010111111111010111001110110111001111010111000101010111100111011011001101010100111 | e78cbfeb9db9eb8abced9aa7 |
UHC | 猿띹늼횧 | 1110101010111011100011011110100010001000100001011100001110011110 | eabb8de88885c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)