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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | ?林G | 00111111100101111101000101000111 | 3f97d147 |
EUC-JP | ?林G | 00111111110011101101001101000111 | 3fced347 |
UTF-8 | 윽林G | 11101100100111001011110111100110100111101001011101000111 | ec9cbde69e9747 |
UHC | 윽林G | 1100000010111001110101111111100101000111 | c0b9d7f947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)