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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | ?厓タD^ | 00111111111110101000110110000011010111100100010001011110 | 3ffa8d835e445e |
EUC-JP | ?厓タD^ | 0011111110001111101101001100011110100101101111110100010001011110 | 3f8fb4c7a5bf445e |
UTF-8 | 룶厓タD^ | 1110101110100011101101101110010110001110100100111110001110000010101111110100010001011110 | eba3b6e58e93e382bf445e |
UHC | 룶厓タD^ | 1000111110101011111001001110110110101011101111110100010001011110 | 8fabe4edabbf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)