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 | 11100111100010101000001011101001100110111000111001000110 | e78a82e99b8e46 |
EUC-JP | 迥る寰F | 11101101111010101010010011101011110101011110111001000110 | edeaa4ebd5ee46 |
UTF-8 | 迥る寰F | 11101000101111111010010111100011100000101000101111100101101011111011000001000110 | e8bfa5e3828be5afb046 |
UHC | ?る?F | 0011111110101010111010110011111101000110 | 3faaeb3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)