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 | ^k | 1001110010000001100110100101111001101011 | 9c819a5e6b |
SJIS-WIN | ???^k | 0011111100111111001111110101111001101011 | 3f3f3f5e6b |
EUC-JP | ???^k | 0011111100111111001111110101111001101011 | 3f3f3f5e6b |
UTF-8 | ^k | 1100001010011100110000101000000111000010100110100101111001101011 | c29cc281c29a5e6b |
UHC | ???^k | 0011111100111111001111110101111001101011 | 3f3f3f5e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)