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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 淋챊h淋챊 | 11101111101001111011010111101100101100011000101001101000111011111010011110110101111011001011000110001010 | efa7b5ecb18a68efa7b5ecb18a |
UHC | 淋챊h淋챊 | 111011001111100010101010010101110110100011101100111110001010101001010111 | ecf8aa5768ecf8aa57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)