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 | 辯票辯票^ | 111001111000011110010101010110111110011110000111100101010101101101011110 | e787955be787955b5e |
EUC-JP | 辯票辯票^ | 111011011110011111001001101111001110110111100111110010011011110001011110 | ede7c9bcede7c9bc5e |
UTF-8 | 辯票辯票^ | 11101000101111101010111111100111101001011010100011101000101111101010111111100111101001011010100001011110 | e8beafe7a5a8e8beafe7a5a85e |
UHC | 辯票辯票^ | 110111001010101011111000111110011101110010101010111110001111100101011110 | dcaaf8f9dcaaf8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)