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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臍?量辛 | 11100100011000000011111110010111110010101001000001101000 | e4603f97ca9068 |
EUC-JP | 臍?量辛 | 11100111110000010011111111001110110011001011111111001001 | e7c13fceccbfc9 |
UTF-8 | 臍몃量辛 | 111010001000011110001101111010111010101010000011111010011000011110001111111010001011111010011011 | e8878debaa83e9878fe8be9b |
UHC | 臍몃量辛 | 1111000010110000101110001110101111010101111000011110001111110100 | f0b0b8ebd5e1e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)