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 | 銧セ骼「室 | 1111101111001100101111101110100110001110101000101000111010111010 | fbccbee98ea28eba |
EUC-JP | 銧セ骼「室 | 1000111111100100101001101000111010111110111100011110111010001110101000101011110010111100 | 8fe4a68ebef1ee8ea2bcbc |
UTF-8 | 銧セ骼「室 | 111010011000101010100111111011111011110110111110111010011010101010111100111011111011110110100010111001011010111010100100 | e98aa7efbdbee9aabcefbda2e5aea4 |
UHC | ????室 | 001111110011111100111111001111111110001111111000 | 3f3f3f3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)