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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??∨與鴦 | 0011111100111111100000011100100111100100011011111110100111110001 | 3f3f81c9e46fe9f1 |
EUC-JP | ??∨與鴦 | 0011111100111111101000101100101111100111110100001111001011110011 | 3f3fa2cbe7d0f2f3 |
UTF-8 | 룶殺∨與鴦 | 111010111010001110110110111011111010010110110000111000101000100010101000111010001000100010000111111010011011010010100110 | eba3b6efa5b0e288a8e88887e9b4a6 |
UHC | 룶殺∨與鴦 | 10001111101010111110000111101101101000011111110111100110101010001110010011101100 | 8fabe1eda1fde6a8e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)