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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 浴?浴?B | 10010111100000010011111110010111100000010011111101000010 | 97813f97813f42 |
EUC-JP | 浴?浴?B | 11001101111000010011111111001101111000010011111101000010 | cde13fcde13f42 |
UTF-8 | 浴냁浴냁B | 11100110101101011011010011101011100000111000000111100110101101011011010011101011100000111000000101000010 | e6b5b4eb8381e6b5b4eb838142 |
UHC | 浴냁浴냁B | 111010011011000110000110010100001110100110110001100001100101000001000010 | e9b18650e9b1865042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)