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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 湿紗湿湿\ | 100011101011110010001110110100011000111010111100100011101011110001011100 | 8ebc8ed18ebc8ebc5c |
EUC-JP | 湿紗湿湿\ | 101111001011111010111100110100111011110010111110101111001011111001011100 | bcbebcd3bcbebcbe5c |
UTF-8 | 湿紗湿湿\ | 11100110101110011011111111100111101101001001011111100110101110011011111111100110101110011011111101011100 | e6b9bfe7b497e6b9bfe6b9bf5c |
UHC | ?紗??\ | 001111111101111011101001001111110011111101011100 | 3fdee93f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)