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 | ??Ah??A | 00111111001111110100000101101000001111110011111101000001 | 3f3f41683f3f41 |
SJIS-WIN | 唸嚆Ah唸嚆A | 1001101001011000100110101000010101000001011010001001101001011000100110101000010101000001 | 9a589a8541689a589a8541 |
EUC-JP | 唸嚆Ah唸嚆A | 1101001110111001110100111110010101000001011010001101001110111001110100111110010101000001 | d3b9d3e54168d3b9d3e541 |
UTF-8 | 唸嚆Ah唸嚆A | 111001011001010010111000111001011001101010000110010000010110100011100101100101001011100011100101100110101000011001000001 | e594b8e59a864168e594b8e59a8641 |
UHC | ?嚆Ah?嚆A | 001111111111110011110111010000010110100000111111111111001111011101000001 | 3ffcf741683ffcf741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)