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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ツ姨ツ h | 11000010100110110100100011000010100000010100000001101000 | c29b48c2814068 |
EUC-JP | ツ姨ツ h | 100011101100001011010101101010011000111011000010101000011010000101101000 | 8ec2d5a98ec2a1a168 |
UTF-8 | ツ姨ツ h | 11101111101111101000001011100101101001111010100011101111101111101000001011100011100000001000000001101000 | efbe82e5a7a8efbe82e3808068 |
UHC | ?姨? h | 00111111111011001010100100111111101000011010000101101000 | 3feca93fa1a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)