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 | 鈆「鯑ソ渼 | 1111101111000001101000101110100111000100101111111111101101001001 | fbc1a2e9c4bffb49 |
EUC-JP | 鈆「鯑ソ渼 | 100011111110001110111100100011101010001011110010110001101000111010111111100011111100011111110000 | 8fe3bc8ea2f2c68ebf8fc7f0 |
UTF-8 | 鈆「鯑ソ渼 | 111010011000100010000110111011111011110110100010111010011010111110010001111011111011110110111111111001101011100010111100 | e98886efbda2e9af91efbdbfe6b8bc |
UHC | ????渼 | 001111110011111100111111001111111101101010110100 | 3f3f3f3fdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)