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 | 誰褻多洩 | 1001001001001110111001011111011010010001101111011000100101101011 | 924ee5f691bd896b |
EUC-JP | 誰褻多洩 | 1100001110101111111010101111100011000010101111111011000111001100 | c3afeaf8c2bfb1cc |
UTF-8 | 誰褻多洩 | 111010001010101010110000111010001010010010111011111001011010010010011010111001101011010010101001 | e8aab0e8a4bbe5a49ae6b4a9 |
UHC | 誰褻多洩 | 1110001011000001111000001110000111010010111111011110000011011101 | e2c1e0e1d2fde0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)