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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?品? | 00111111100101010110100100111111 | 3f95693f |
EUC-JP | ?品? | 00111111110010011100101000111111 | 3fc9ca3f |
UTF-8 | 렣品렢 | 111010111010000010100011111001011001001110000001111010111010000010100010 | eba0a3e59381eba0a2 |
UHC | 렣品렢 | 100011101011010011111001101000011000111010110011 | 8eb4f9a18eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)