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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
EUC-JP | ??琰F | 001111110011111110001111110011001011010001000110 | 3f3f8fccb446 |
UTF-8 | 렏렊琰F | 11101011101000001000111111101011101000001000101011100111100100001011000001000110 | eba08feba08ae790b046 |
UHC | 렏렊琰F | 10001110101001011000111010100001111001101111110001000110 | 8ea58ea1e6fc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)