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 | ?雎? | 00111111111010001011000100111111 | 3fe8b13f |
EUC-JP | ?雎? | 00111111111100001011001100111111 | 3ff0b33f |
UTF-8 | 렼雎렦 | 111010111010000010111100111010011001101110001110111010111010000010100110 | eba0bce99b8eeba0a6 |
UHC | 렼雎렦 | 100011101100010011101110110100011000111010110101 | 8ec4eed18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)