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 | セ燻、湿鹿 | 1011111011100000100011101010010010001110101111001000111010101101 | bee08ea48ebc8ead |
EUC-JP | セ燻、湿鹿 | 10001110101111101101111111101110100011101010010010111100101111101011110010101111 | 8ebedfee8ea4bcbebcaf |
UTF-8 | セ燻、湿鹿 | 111011111011110110111110111001111000011110111011111011111011110110100100111001101011100110111111111010011011100110111111 | efbdbee787bbefbda4e6b9bfe9b9bf |
UHC | ?燻??鹿 | 00111111111111011011100000111111001111111101011011100011 | 3ffdb83f3fd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)