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 | 源拒源居^ | 100011001011100110001011100100011000110010111001100010111000111101011110 | 8cb98b918cb98b8f5e |
EUC-JP | 源拒源居^ | 101110001011101110110101111100011011100010111011101101011110111101011110 | b8bbb5f1b8bbb5ef5e |
UTF-8 | 源拒源居^ | 11100110101110101001000011100110100010111001001011100110101110101001000011100101101100011000010101011110 | e6ba90e68b92e6ba90e5b1855e |
UHC | 源拒源居^ | 111010101011100111001011110111101110101010111001110010111101110001011110 | eab9cbdeeab9cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)