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 | 顰懃ッ玖ー | 1110100011111100100111001110011110101111100010111110100010110000 | e8fc9ce7af8be8b0 |
EUC-JP | 顰懃ッ玖ー | 11110000111111101101100011101001100011101010111110110110111010101000111010110000 | f0fed8e98eafb6ea8eb0 |
UTF-8 | 顰懃ッ玖ー | 111010011010000110110000111001101000011110000011111011111011110110101111111001111000111010010110111011111011110110110000 | e9a1b0e68783efbdafe78e96efbdb0 |
UHC | ?懃?玖? | 00111111110100001100010000111111110011111011100000111111 | 3fd0c43fcfb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)