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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?夭????? | 0011111110011010111011100011111100111111001111110011111100111111 | 3f9aee3f3f3f3f3f |
EUC-JP | ?夭????? | 0011111111010100111100000011111100111111001111110011111100111111 | 3fd4f03f3f3f3f3f |
UTF-8 | 뤵夭툘천렭씜렢 | 111010111010010010110101111001011010010010101101111011011000100010011000111011001011001010011100111010111010000010101101111011001001010010011100111010111010000010100010 | eba4b5e5a4aded8898ecb29ceba0adec949ceba0a2 |
UHC | 뤵夭툘천렭씜렢 | 1000111111100011111010001110110010111000100011111100001110110101100011101011101010111110101111011000111010110011 | 8fe3e8ecb88fc3b58ebabebd8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)