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 | 甃獏甞炙^ | 111000010100101111100000110100011110000101010010111000000111010001011110 | e14be0d1e152e0745e |
EUC-JP | 甃獏甞炙^ | 111000011010110011100000110100111110000110110011110111111101010101011110 | e1ace0d3e1b3dfd55e |
UTF-8 | 甃獏甞炙^ | 11100111100101001000001111100111100011011000111111100111100101001001111011100111100000101001100101011110 | e79483e78d8fe7949ee782995e |
UHC | ???炙^ | 001111110011111100111111111011011011001101011110 | 3f3f3fedb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)