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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
SJIS-WIN | テァツ姪」O | 11000011101001111100001010010110110000111010001101001111 | c3a7c296c3a34f |
EUC-JP | テァツ姪」O | 1000111011000011100011101010011110001110110000101100110011000101100011101010001101001111 | 8ec38ea78ec2ccc58ea34f |
UTF-8 | テァツ姪」O | 11101111101111101000001111101111101111011010011111101111101111101000001011100101101001111010101011101111101111011010001101001111 | efbe83efbda7efbe82e5a7aaefbda34f |
UHC | ???姪?O | 00111111001111110011111111110010111010110011111101001111 | 3f3f3ff2eb3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)