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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疾舎セ燻オ | 1000111010111110100011101100100110111110111000001000111010110101 | 8ebe8ec9bee08eb5 |
EUC-JP | 疾舎セ燻オ | 10111100110000001011110011001011100011101011111011011111111011101000111010110101 | bcc0bccb8ebedfee8eb5 |
UTF-8 | 疾舎セ燻オ | 111001111001011010111110111010001000100010001110111011111011110110111110111001111000011110111011111011111011110110110101 | e796bee8888eefbdbee787bbefbdb5 |
UHC | 疾??燻? | 11110010111100000011111100111111111111011011100000111111 | f2f03f3ffdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)