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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 晶諶ア鴫@h | 1000111110111011111110011100001011111011101010101011000110001110101100000100000001101000 | 8fbbf9c2fbaab18eb04068 |
EUC-JP | 晶?諶ア鴫@h | 101111101011110100111111100011111101111010110101100011101011000110111100101100100100000001101000 | bebd3f8fdeb58eb1bcb24068 |
UTF-8 | 晶諶ア鴫@h | 1110011010011001101101101110111010011100100111011110100010101011101101101110111110111101101100011110100110110100101010110100000001101000 | e699b6ee9c9de8abb6efbdb1e9b4ab4068 |
UHC | 晶?諶??@h | 111011111101110000111111111001001010011000111111001111110100000001101000 | efdc3fe4a63f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)