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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | 珎獨篷LF | 1110000011011101111000001101010111100010110010010100110001000110 | e0dde0d5e2c94c46 |
EUC-JP | 珎獨篷LF | 1110000011011111111000001101011111100100110010110100110001000110 | e0dfe0d7e4cb4c46 |
UTF-8 | 珎獨篷LF | 1110011110001111100011101110011110001101101010001110011110101111101101110100110001000110 | e78f8ee78da8e7afb74c46 |
UHC | ?獨?LF | 001111111101010010111100001111110100110001000110 | 3fd4bc3f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)