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 | ???魏? | 001111110011111100111111111010011011000000111111 | 3f3f3fe9b03f |
EUC-JP | ??ʼn魏? | 0011111100111111100011111010100111001010111100101011001000111111 | 3f3f8fa9caf2b23f |
UTF-8 | 令⑸ʼn魏퀯 | 1110111110100110101010001110001010010001101110001100010110001001111010011010110110001111111011011000000010101111 | efa6a8e291b8c589e9ad8fed80af |
UHC | 令⑸ʼn魏퀯 | 11100111101010011010100111101011101010011011000011101010111000001011010001000010 | e7a9a9eba9b0eae0b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)