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 | 線煽洩? | 10010000111111001001000011111000100010010110101100111111 | 90fc90f8896b3f |
EUC-JP | 線煽洩詵 | 110000001111111011000000111110101011000111001100100011111101110111100111 | c0fec0fab1cc8fdde7 |
UTF-8 | 線煽洩詵 | 111001111011011110011010111001111000010110111101111001101011010010101001111010001010100110110101 | e7b79ae785bde6b4a9e8a9b5 |
UHC | 線煽洩詵 | 1110000011001010111000001100001111100000110111011110000011010010 | e0cae0c3e0dde0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)