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 | ???Au{d | 00111111001111110011111101000001011101010111101101100100 | 3f3f3f41757b64 |
SJIS-WIN | ??勝Au{d | 0011111100111111100011111001111101000001011101010111101101100100 | 3f3f8f9f41757b64 |
EUC-JP | ??勝Au{d | 0011111100111111101111101010000101000001011101010111101101100100 | 3f3fbea141757b64 |
UTF-8 | 챙철勝Au{d | 11101100101100011001100111101100101100101010000011100101100010111001110101000001011101010111101101100100 | ecb199ecb2a0e58b9d41757b64 |
UHC | 챙철勝Au{d | 11000011101011001100001110110110111000111010110101000001011101010111101101100100 | c3acc3b6e3ad41757b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)