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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 線煽洩 | 100100001111110010010000111110001000100101101011 | 90fc90f8896b |
EUC-JP | 線煽洩 | 110000001111111011000000111110101011000111001100 | c0fec0fab1cc |
UTF-8 | 線煽洩 | 111001111011011110011010111001111000010110111101111001101011010010101001 | e7b79ae785bde6b4a9 |
UHC | 線煽洩 | 111000001100101011100000110000111110000011011101 | e0cae0c3e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)