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 | ??硅 | 00111111001111111110000111101001 | 3f3fe1e9 |
EUC-JP | ??硅 | 00111111001111111110001011101011 | 3f3fe2eb |
UTF-8 | 롛렶硅 | 111010111010000110011011111010111010000010110110111001111010000110000101 | eba19beba0b6e7a185 |
UHC | 롛렶硅 | 100011101101111110001110110000011101000010101001 | 8edf8ec1d0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)