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 | ??隱 | 00111111001111111110100010101010 | 3f3fe8aa |
EUC-JP | ?薏隱 | 001111111000111111011001110111101111000010101100 | 3f8fd9def0ac |
UTF-8 | 뤂薏隱 | 111010111010010010000010111010001001011010001111111010011001101010110001 | eba482e8968fe99ab1 |
UHC | 뤂薏隱 | 100011111011001111101011111110111110101111011111 | 8fb3ebfbebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)