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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 訷咼F | 1111101110100100100110100100010001000110 | fba49a4446 |
EUC-JP | 訷咼F | 100011111101110111010100110100111010010101000110 | 8fddd4d3a546 |
UTF-8 | 訷咼F | 11101000101010001011011111100101100100101011110001000110 | e8a8b7e592bc46 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)