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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艸る晦 | 111001001000011110000010111010011000101001000001 | e48782e98a41 |
EUC-JP | 艸る晦 | 111001111110011110100100111010111011001110100010 | e7e7a4ebb3a2 |
UTF-8 | 艸る晦 | 111010001000100110111000111000111000001010001011111001101001100110100110 | e889b8e3828be699a6 |
UHC | 艸る晦 | 111101011010110010101010111010111111110011100100 | f5acaaebfce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)