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?? | 001111110011111101011110010101000011111100111111 | 3f3f5e543f3f |
SJIS-WIN | ??^T?盖 | 00111111001111110101111001010100001111111110000110110011 | 3f3f5e543fe1b3 |
EUC-JP | ??^T?盖 | 00111111001111110101111001010100001111111110001010110101 | 3f3f5e543fe2b5 |
UTF-8 | 렻렏^T렺盖 | 1110101110100000101110111110101110100000100011110101111001010100111010111010000010111010111001111001101110010110 | eba0bbeba08f5e54eba0bae79b96 |
UHC | 렻렏^T렺盖 | 10001110110000111000111010100101010111100101010010001110110000101100101111001100 | 8ec38ea55e548ec2cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)