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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | テヲテッツ櫺] | 1100001110100110110000111010111111000010100111110101000101011101 | c3a6c3afc29f515d |
EUC-JP | テヲテッツ櫺] | 10001110110000111000111010100110100011101100001110001110101011111000111011000010110111011011001001011101 | 8ec38ea68ec38eaf8ec2ddb25d |
UTF-8 | テヲテッツ櫺] | 11101111101111101000001111101111101111011010011011101111101111101000001111101111101111011010111111101111101111101000001011100110101010111011101001011101 | efbe83efbda6efbe83efbdafefbe82e6abba5d |
UHC | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)