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 | 鍄」鬢謎 | 111001111111101110100011111010011010010010010011111001001111100110010111 | e7fba3e9a493e4f997 |
EUC-JP | 鍄」鬢謎? | 111011101111110110001110101000111111001010100110110001101110011000111111 | eefd8ea3f2a6c6e63f |
UTF-8 | 鍄」鬢謎 | 111010011000110110000100111011111011110110100011111010011010110010100010111010001010110010001110111011101001101110110010 | e98d84efbda3e9aca2e8ac8eee9bb2 |
UHC | ???謎? | 001111110011111100111111110110101011101000111111 | 3f3f3fdaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)