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 | 謌岩с | 111001101000100010001010111000101000010010000011 | e6888ae28483 |
EUC-JP | 謌岩с | 111010111110100010110100111001001010011111100011 | ebe8b4e4a7e3 |
UTF-8 | 謌岩с | 1110100010101100100011001110010110110010101010011101000110000001 | e8ac8ce5b2a9d181 |
UHC | ?岩с | 0011111111100100110110111010110011100011 | 3fe4dbace3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)