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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 訝??絶??F | 111001100110001000111111001111111001000011100010001111110011111101000110 | e6623f3f90e23f3f46 |
EUC-JP | 訝??絶??F | 111010111100001100111111001111111100000011100100001111110011111101000110 | ebc33f3fc0e43f3f46 |
UTF-8 | 訝딈뇚絶곮나F | 11101000101010001001110111101011100101001000100011101011100001111001101011100111101101011011011011101010101100111010111011101011100000101001100001000110 | e8a89deb9488eb879ae7b5b6eab3aeeb829846 |
UHC | 訝딈뇚絶곮나F | 11100100101110001000101011101110100001111000010111101111101111101000000111101000101100111010101001000110 | e4b88aee8785efbe81e8b3aa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)