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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 螳滄ッ。Q] | 1110010110101110100111111110100110101111101000010101000101011101 | e5ae9fe9afa1515d |
EUC-JP | 螳滄ッ。Q] | 11101010101100001101111011101011100011101010111110001110101000010101000101011101 | eab0deeb8eaf8ea1515d |
UTF-8 | 螳滄ッ。Q] | 1110100010011110101100111110011010111011100001001110111110111101101011111110111110111101101000010101000101011101 | e89eb3e6bb84efbdafefbda1515d |
UHC | 螳滄??Q] | 1101001111011001111100111110011100111111001111110101000101011101 | d3d9f3e73f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)