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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | エ骼ィー骼ャ | 11110000101111001011010011101001100011101010100010110000111010011000111010101100 | f0bcb4e98ea8b0e98eac |
EUC-JP | ?エ骼ィー骼ャ | 00111111100011101011010011110001111011101000111010101000100011101011000011110001111011101000111010101100 | 3f8eb4f1ee8ea88eb0f1ee8eac |
UTF-8 | エ骼ィー骼ャ | 111011101000000110111011111011111011110110110100111010011010101010111100111011111011110110101000111011111011110110110000111010011010101010111100111011111011110110101100 | ee81bbefbdb4e9aabcefbda8efbdb0e9aabcefbdac |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)