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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | テァツ督撚] | 1100001110100111110000101001001111000010100101000101000101011101 | c3a7c293c294515d |
EUC-JP | テァツ督撚] | 1000111011000011100011101010011110001110110000101100011011000100110001111011001001011101 | 8ec38ea78ec2c6c4c7b25d |
UTF-8 | テァツ督撚] | 11101111101111101000001111101111101111011010011111101111101111101000001011100111100111011010001111100110100100101001101001011101 | efbe83efbda7efbe82e79da3e6929a5d |
UHC | ???督撚] | 0011111100111111001111111101010010111101110100101011010101011101 | 3f3f3fd4bdd2b55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)