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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ツ淌奔ツ淌奔B | 1100001010011111110000111001011001111010110000101001111111000011100101100111101001000010 | c29fc3967ac29fc3967a42 |
EUC-JP | ツ淌奔ツ淌奔B | 10001110110000101101111011000101110010111101101110001110110000101101111011000101110010111101101101000010 | 8ec2dec5cbdb8ec2dec5cbdb42 |
UTF-8 | ツ淌奔ツ淌奔B | 11101111101111101000001011100110101101111000110011100101101001011001010011101111101111101000001011100110101101111000110011100101101001011001010001000010 | efbe82e6b78ce5a594efbe82e6b78ce5a59442 |
UHC | ??奔??奔B | 001111110011111111011101110001100011111100111111110111011100011001000010 | 3f3fddc63f3fddc642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)