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 | ティテャツ哺] | 1100001110101000110000111010110011000010100110100100110101011101 | c3a8c3acc29a4d5d |
EUC-JP | ティテャツ哺] | 10001110110000111000111010101000100011101100001110001110101011001000111011000010110100111010111001011101 | 8ec38ea88ec38eac8ec2d3ae5d |
UTF-8 | ティテャツ哺] | 11101111101111101000001111101111101111011010100011101111101111101000001111101111101111011010110011101111101111101000001011100101100100111011101001011101 | efbe83efbda8efbe83efbdacefbe82e593ba5d |
UHC | ?????哺] | 0011111100111111001111110011111100111111111110001101010001011101 | 3f3f3f3f3ff8d45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)