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 | 耘?氾耘 | 11100011110011110011111110010100110000111110001111001111 | e3cf3f94c3e3cf |
EUC-JP | 耘?氾耘 | 11100110110100010011111111001000110001011110011011010001 | e6d13fc8c5e6d1 |
UTF-8 | 耘띈氾耘 | 111010001000000010011000111010111001110110001000111001101011000010111110111010001000000010011000 | e88098eb9d88e6b0bee88098 |
UHC | 耘띈氾耘 | 1110100111111100101101101110100011011011111100001110100111111100 | e9fcb6e8dbf0e9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)