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 | 煽繹煽晳 | 1001000011111000111000111000100010010000111110001111101011011001 | 90f8e38890f8fad9 |
EUC-JP | 煽繹煽晳 | 110000001111101011100101111010001100000011111010100011111100001011000100 | c0fae5e8c0fa8fc2c4 |
UTF-8 | 煽繹煽晳 | 111001111000010110111101111001111011100110111001111001111000010110111101111001101001100110110011 | e785bde7b9b9e785bde699b3 |
UHC | 煽繹煽晳 | 1110000011000011111001101011101011100000110000111110000010101111 | e0c3e6bae0c3e0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)