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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | テァテカツ渡G | 1100001110100111110000111011011011000010100100110110111001000111 | c3a7c3b6c2936e47 |
EUC-JP | テァテカツ渡G | 10001110110000111000111010100111100011101100001110001110101101101000111011000010110001011100111101000111 | 8ec38ea78ec38eb68ec2c5cf47 |
UTF-8 | テァテカツ渡G | 11101111101111101000001111101111101111011010011111101111101111101000001111101111101111011011011011101111101111101000001011100110101110001010000101000111 | efbe83efbda7efbe83efbdb6efbe82e6b8a147 |
UHC | ?????渡G | 0011111100111111001111110011111100111111110101001010010001000111 | 3f3f3f3f3fd4a447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)