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 | 11100110111010001000001011101001100110111000111001000110 | e6e882e99b8e46 |
EUC-JP | 跖る寰F | 11101100111010101010010011101011110101011110111001000110 | eceaa4ebd5ee46 |
UTF-8 | 跖る寰F | 11101000101101111001011011100011100000101000101111100101101011111011000001000110 | e8b796e3828be5afb046 |
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)