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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??扇城^ | 00111111001111111001000011101110100011111110100101011110 | 3f3f90ee8fe95e |
EUC-JP | ??扇城^ | 00111111001111111100000011110000101111101110101101011110 | 3f3fc0f0beeb5e |
UTF-8 | 손셧扇城^ | 11101100100001101001000011101100100001011010011111100110100010011000011111100101100111111000111001011110 | ec8690ec85a7e68987e59f8e5e |
UHC | 손셧扇城^ | 101111001101010110111100110010111110000010111111111000001111001001011110 | bcd5bccbe0bfe0f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)