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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 邂???F | 111001111010111000111111001111110011111101000110 | e7ae3f3f3f46 |
EUC-JP | 邂???F | 111011101011000000111111001111110011111101000110 | eeb03f3f3f46 |
UTF-8 | 邂렱戶렱F | 11101001100000101000001011101011101000001011000111100110100010001011011011101011101000001011000101000110 | e98282eba0b1e688b6eba0b146 |
UHC | 邂렱戶렱F | 111110101011001110001110101111101111101111000010100011101011111001000110 | fab38ebefbc28ebe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)