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 | ?@?@?T??\ | 001111110100000000111111010000000011111101010100001111110011111101011100 | 3f403f403f543f3f5c |
SJIS-WIN | ?@?@?T??\ | 001111110100000000111111010000000011111101010100001111110011111101011100 | 3f403f403f543f3f5c |
EUC-JP | ?@?@?T??\ | 001111110100000000111111010000000011111101010100001111110011111101011100 | 3f403f403f543f3f5c |
UTF-8 | 혪@혪@혪T혩쨀\ | 11101101100110001010101001000000111011011001100010101010010000001110110110011000101010100101010011101101100110001010100111101100101010001000000001011100 | ed98aa40ed98aa40ed98aa54ed98a9eca8805c |
UHC | 혪@혪@혪T혩쨀\ | 1100001010010010010000001100001010010010010000001100001010010010010101001100001010010001110000101011001101011100 | c29240c29240c29254c291c2b35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)