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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ツ狼ツ狼E | 11000010100110000101010011000010100110000101010001000101 | c29854c2985445 |
EUC-JP | ツ狼ツ狼E | 100011101100001011001111101101011000111011000010110011111011010101000101 | 8ec2cfb58ec2cfb545 |
UTF-8 | ツ狼ツ狼E | 11101111101111101000001011100111100010111011110011101111101111101000001011100111100010111011110001000101 | efbe82e78bbcefbe82e78bbc45 |
UHC | ?狼?狼E | 00111111110101011100100100111111110101011100100101000101 | 3fd5c93fd5c945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)