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 | 猿??推 | 100010011000111000111111001111111001000010000100 | 898e3f3f9084 |
EUC-JP | 猿??推 | 101100011110111000111111001111111011111111100100 | b1ee3f3fbfe4 |
UTF-8 | 猿렰뤈推 | 111001111000110010111111111010111010000010110000111010111010010010001000111001101000111010101000 | e78cbfeba0b0eba488e68ea8 |
UHC | 猿렰뤈推 | 1110101010111011100011101011110110001111101110001111010111001111 | eabb8ebd8fb8f5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)