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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 篥箚B | 1110001011000011111000101011001001000010 | e2c3e2b242 |
EUC-JP | 篥箚B | 1110010011000101111001001011010001000010 | e4c5e4b442 |
UTF-8 | 篥箚B | 11100111101011111010010111100111101011101001101001000010 | e7afa5e7ae9a42 |
UHC | ?箚B | 00111111111100111011000001000010 | 3ff3b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)