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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鱈湛揃存 | 1001001001001100100100100101100010010001101101011001000110110110 | 924c925891b591b6 |
EUC-JP | 鱈湛揃存 | 1100001110101101110000111011100111000010101101111100001010111000 | c3adc3b9c2b7c2b8 |
UTF-8 | 鱈湛揃存 | 111010011011000110001000111001101011100110011011111001101000111110000011111001011010110110011000 | e9b188e6b99be68f83e5ad98 |
UHC | ?湛?存 | 001111111101001111000000001111111111000011101101 | 3fd3c03ff0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)