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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鰻鰻B | 1000100101010110100010010101011001000010 | 8956895642 |
EUC-JP | 鰻鰻B | 1011000110110111101100011011011101000010 | b1b7b1b742 |
UTF-8 | 鰻鰻B | 11101001101100001011101111101001101100001011101101000010 | e9b0bbe9b0bb42 |
UHC | 鰻鰻B | 1101100011000100110110001100010001000010 | d8c4d8c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)