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 | ??捲 | 00111111001111111000110010011110 | 3f3f8c9e |
EUC-JP | ?雩捲 | 001111111000111111100110111110101011011111111110 | 3f8fe6fab7fe |
UTF-8 | 뤯雩捲 | 111010111010010010101111111010011001101110101001111001101000110110110010 | eba4afe99ba9e68db2 |
UHC | 뤯雩捲 | 100011111101110111101001111011001100111111101100 | 8fdde9eccfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)