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 | 猿??墜 | 100010011000111000111111001111111001001011000100 | 898e3f3f92c4 |
EUC-JP | 猿??墜 | 101100011110111000111111001111111100010011000110 | b1ee3f3fc4c6 |
UTF-8 | 猿렰뤈墜 | 111001111000110010111111111010111010000010110000111010111010010010001000111001011010001010011100 | e78cbfeba0b0eba488e5a29c |
UHC | 猿렰뤈墜 | 1110101010111011100011101011110110001111101110001111010111001101 | eabb8ebd8fb8f5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)