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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顰エ霆ク顫 | 1110100011111100101101001110100010111011101110001110100011111010 | e8fcb4e8bbb8e8fa |
EUC-JP | 顰エ霆ク顫 | 11110000111111101000111010110100111100001011110110001110101110001111000011111100 | f0fe8eb4f0bd8eb8f0fc |
UTF-8 | 顰エ霆ク顫 | 111010011010000110110000111011111011110110110100111010011001110010000110111011111011110110111000111010011010000110101011 | e9a1b0efbdb4e99c86efbdb8e9a1ab |
UHC | ??霆?顫 | 00111111001111111110111111111101001111111110111110110101 | 3f3feffd3fefb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)