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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蟾ス蜈カ貂ャ^ | 11100101101101111011110111100101100001011011011011100110101110001010110001011110 | e5b7bde585b6e6b8ac5e |
EUC-JP | 蟾ス蜈カ貂ャ^ | 11101010101110011000111010111101111010011110010110001110101101101110110010111010100011101010110001011110 | eab98ebde9e58eb6ecba8eac5e |
UTF-8 | 蟾ス蜈カ貂ャ^ | 11101000100111111011111011101111101111011011110111101000100111001000100011101111101111011011011011101000101100101000001011101111101111011010110001011110 | e89fbeefbdbde89c88efbdb6e8b282efbdac5e |
UHC | 蟾?蜈?貂?^ | 11100000111010100011111111101000101001010011111111110101101100000011111101011110 | e0ea3fe8a53ff5b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)