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 | ?侃繕居^ | 0011111110001010101001001001000101010101100010111000111101011110 | 3f8aa491558b8f5e |
EUC-JP | 饔侃繕居^ | 10001111111010001110111110110100101001101100000110110110101101011110111101011110 | 8fe8efb4a6c1b6b5ef5e |
UTF-8 | 饔侃繕居^ | 11101001101001011001010011100100101111101000001111100111101110011001010111100101101100011000010101011110 | e9a594e4be83e7b995e5b1855e |
UHC | 饔侃繕居^ | 111010001011110111001010110010011110000011001011110010111101110001011110 | e8bdcac9e0cbcbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)