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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 苜鰹州rB | 1110010010011100100010101000111110001111010000100111001001000010 | e49c8a8f8f427242 |
EUC-JP | 苜鰹州rB | 1110011111111100101100111110111110111101101000110111001001000010 | e7fcb3efbda37242 |
UTF-8 | 苜鰹州rB | 1110100010001011100111001110100110110000101110011110010110110111100111100111001001000010 | e88b9ce9b0b9e5b79e7242 |
UHC | ??州rB | 001111110011111111110001101101100111001001000010 | 3f3ff1b67242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)