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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | ??B縡 | 0011111100111111010000101110001101110001 | 3f3f42e371 |
EUC-JP | ??B縡 | 0011111100111111010000101110010111010010 | 3f3f42e5d2 |
UTF-8 | 稶렚B縡 | 11100111101010001011011011101011101000001001101001000010111001111011100010100001 | e7a8b6eba09a42e7b8a1 |
UHC | 稶렚B縡 | 11101001111100111000111010101101010000101110111010101101 | e9f38ead42eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)