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 | 甞炙甬牴 | 1110000101010010111000000111010011100001010101001110000010110000 | e152e074e154e0b0 |
EUC-JP | 甞炙甬牴 | 1110000110110011110111111101010111100001101101011110000010110010 | e1b3dfd5e1b5e0b2 |
UTF-8 | 甞炙甬牴 | 111001111001010010011110111001111000001010011001111001111001010010101100111001111000100110110100 | e7949ee78299e794ace789b4 |
UHC | ?炙甬? | 001111111110110110110011111010011100010100111111 | 3fedb3e9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)