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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 應伎?? | 100111001110010010001010111010100011111100111111 | 9ce48aea3f3f |
EUC-JP | 應伎?? | 110110001110011010110100111011000011111100111111 | d8e6b4ec3f3f |
UTF-8 | 應伎렢렧 | 111001101000011110001001111001001011110010001110111010111010000010100010111010111010000010100111 | e68789e4bc8eeba0a2eba0a7 |
UHC | 應伎렢렧 | 1110101111101011110100001110101110001110101100111000111010110110 | ebebd0eb8eb38eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)