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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 要ηЧ | 100101110111011010000011110001011000010001011000 | 977683c58458 |
EUC-JP | 要ηЧ | 110011011101011110100110110001111010011110111001 | cdd7a6c7a7b9 |
UTF-8 | 要ηЧ | 11101000101001101000000111001110101101111101000010100111 | e8a681ceb7d0a7 |
UHC | 要ηЧ | 111010011010100110100101111001111010110010111001 | e9a9a5e7acb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)