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 | 11110011111101111100110010100100111101011101110101000110 | f3f7cca4f5dd46 |
EUC-JP | ?フ、?F | 00111111100011101100110010001110101001000011111101000110 | 3f8ecc8ea43f46 |
UTF-8 | フ、F | 11101110100010111010101011101111101111101000110011101111101111011010010011101110100100011000100001000110 | ee8baaefbe8cefbda4ee918846 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)