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 | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 眸脣k | 1110000111000110111000111111101001101011 | e1c6e3fa6b |
EUC-JP | 眸脣k | 1110001011001000111001101111110001101011 | e2c8e6fc6b |
UTF-8 | 眸脣k | 11100111100111001011100011101000100001001010001101101011 | e79cb8e884a36b |
UHC | 眸脣k | 1101100111000010111000101110111001101011 | d9c2e2ee6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)