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 | 1111101101011010110011001110100111010111111001101010100101000110 | fb5acce9d7e6a946 |
EUC-JP | 燾フ鰊讖F | 10001111110010101011110110001110110011001111001011011001111011001010101101000110 | 8fcabd8eccf2d9ecab46 |
UTF-8 | 燾フ鰊讖F | 11100111100001111011111011101111101111101000110011101001101100001000101011101000101011101001011001000110 | e787beefbe8ce9b08ae8ae9646 |
UHC | 燾??讖F | 11010100101001110011111100111111111100111101100101000110 | d4a73f3ff3d946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)