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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 粧??W | 1000111111001111001111110011111101010111 | 8fcf3f3f57 |
EUC-JP | 粧??W | 1011111011010001001111110011111101010111 | bed13f3f57 |
UTF-8 | 粧딈솿W | 11100111101100101010011111101011100101001000100011101100100001101011111101010111 | e7b2a7eb9488ec86bf57 |
UHC | 粧딈솿W | 11101101111100101000101011101110100110011011001101010111 | edf28aee99b357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)