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 | 宍鴦 | 111100001011011110001110101100111110100111110001 | f0b78eb3e9f1 |
EUC-JP | ?宍鴦 | 0011111110111100101101011111001011110011 | 3fbcb5f2f3 |
UTF-8 | 宍鴦 | 111011101000000110110110111001011010111010001101111010011011010010100110 | ee81b6e5ae8de9b4a6 |
UHC | ??鴦 | 00111111001111111110010011101100 | 3f3fe4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)