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 | 猿??楸 | 100010011000111000111111001111111001111010110100 | 898e3f3f9eb4 |
EUC-JP | 猿??楸 | 101100011110111000111111001111111101110010110110 | b1ee3f3fdcb6 |
UTF-8 | 猿렰뤈楸 | 111001111000110010111111111010111010000010110000111010111010010010001000111001101010010110111000 | e78cbfeba0b0eba488e6a5b8 |
UHC | 猿렰뤈楸 | 1110101010111011100011101011110110001111101110001111010111010001 | eabb8ebd8fb8f5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)