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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?鴉 | 001111111110100111101011 | 3fe9eb |
EUC-JP | ?鴉 | 001111111111001011101101 | 3ff2ed |
UTF-8 | 댟鴉 | 111010111000110010011111111010011011010010001001 | eb8c9fe9b489 |
UHC | 댟鴉 | 10001000110000101110010010111100 | 88c2e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)