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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 駭?盂 | 1110100101101110001111111110000110110001 | e96e3fe1b1 |
EUC-JP | 駭?盂 | 1111000111001111001111111110001010110011 | f1cf3fe2b3 |
UTF-8 | 駭秊盂 | 111010011010011110101101111011111010011010010101111001111001101110000010 | e9a7adefa695e79b82 |
UHC | 駭秊盂 | 111110101011010011100110110111001110100111011101 | fab4e6dce9dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)