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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邂倡ョ堤ョ | 1110011110101110100110001110011110101110100100101110011110101110 | e7ae98e7ae92e7ae |
EUC-JP | 邂倡ョ堤ョ | 11101110101100001101000011101001100011101010111011000100111010011000111010101110 | eeb0d0e98eaec4e98eae |
UTF-8 | 邂倡ョ堤ョ | 111010011000001010000010111001011000000010100001111011111011110110101110111001011010000010100100111011111011110110101110 | e98282e580a1efbdaee5a0a4efbdae |
UHC | 邂倡?堤? | 1111101010110011111100111101101100111111111100001010011100111111 | fab3f3db3ff0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)