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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | テ・ツ伉余H | 1100001110100101110000101001100011000010100101110101110101001000 | c3a5c298c2975d48 |
EUC-JP | テ・ツ伉余H | 1000111011000011100011101010010110001110110000101101000011000100110011011011111001001000 | 8ec38ea58ec2d0c4cdbe48 |
UTF-8 | テ・ツ伉余H | 11101111101111101000001111101111101111011010010111101111101111101000001011100100101111001000100111100100101111011001100101001000 | efbe83efbda5efbe82e4bc89e4bd9948 |
UHC | ???伉余H | 0011111100111111001111111111100111110010111001011111100101001000 | 3f3f3ff9f2e5f948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)