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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 肢???運 | 10001110100010000011111100111111001111111000100101011110 | 8e883f3f3f895e |
EUC-JP | 肢?珽?運 | 101110111110100000111111100011111100101111111110001111111011000110111111 | bbe83f8fcbfe3fb1bf |
UTF-8 | 肢렑珽렰運 | 111010001000001010100010111010111010000010010001111001111000111110111101111010111010000010110000111010011000000110001011 | e882a2eba091e78fbdeba0b0e9818b |
UHC | 肢렑珽렰運 | 11110010101101101000111010100110111011111110101010001110101111011110101010100001 | f2b68ea6efea8ebdeaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)