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 | 衙守衙守^ | 111001011100100110001110111001111110010111001001100011101110011101011110 | e5c98ee7e5c98ee75e |
EUC-JP | 衙守衙守^ | 111010101100101110111100111010011110101011001011101111001110100101011110 | eacbbce9eacbbce95e |
UTF-8 | 衙守衙守^ | 11101000101000011001100111100101101011101000100011101000101000011001100111100101101011101000100001011110 | e8a199e5ae88e8a199e5ae885e |
UHC | 衙守衙守^ | 111001001011011111100001111110101110010010110111111000011111101001011110 | e4b7e1fae4b7e1fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)