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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??ʼn?? | 00111111001111111000111110101001110010100011111100111111 | 3f3f8fa9ca3f3f |
UTF-8 | 룶핊ʼn∼룶 | 1110101110100011101101101110110110010101100010101100010110001001111000101000100010111100111010111010001110110110 | eba3b6ed958ac589e288bceba3b6 |
UHC | 룶핊ʼn∼룶 | 10001111101010111100000010001111101010011011000010100001101011011000111110101011 | 8fabc08fa9b0a1ad8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)