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 | 竪渫存洩 | 1001001001000111100111111101011010010001101101101000100101101011 | 92479fd691b6896b |
EUC-JP | 竪渫存洩 | 1100001110101000110111101101100011000010101110001011000111001100 | c3a8ded8c2b8b1cc |
UTF-8 | 竪渫存洩 | 111001111010101110101010111001101011100010101011111001011010110110011000111001101011010010101001 | e7abaae6b8abe5ad98e6b4a9 |
UHC | 竪渫存洩 | 1110001010110101111000001101111011110000111011011110000011011101 | e2b5e0def0ede0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)