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 | 鮮?耘 | 1001000101001110001111111110001111001111 | 914e3fe3cf |
EUC-JP | 鮮?耘 | 1100000110101111001111111110011011010001 | c1af3fe6d1 |
UTF-8 | 鮮잱耘 | 111010011010111010101110111011001001111010110001111010001000000010011000 | e9aeaeec9eb1e88098 |
UHC | 鮮잱耘 | 111000001101100010011111111110011110100111111100 | e0d89ff9e9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)