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 | 正大正垈^ | 100100001011001110010001111001011001000010110011100110101011000001011110 | 90b391e590b39ab05e |
EUC-JP | 正大正垈^ | 110000001011010111000010111001111100000010110101110101001011001001011110 | c0b5c2e7c0b5d4b25e |
UTF-8 | 正大正垈^ | 11100110101011011010001111100101101001001010011111100110101011011010001111100101100111101000100001011110 | e6ada3e5a4a7e6ada3e59e885e |
UHC | 正大正垈^ | 111011111110000111010011110111101110111111100001110100111101110001011110 | efe1d3deefe1d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)