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 | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
SJIS-WIN | 絛醐宗N絛 | 111000110101010110001100111011011000111101000000010011101110001101010101 | e3558ced8f404ee355 |
EUC-JP | 絛醐宗N絛 | 111001011011011010111000111011111011110110100001010011101110010110110110 | e5b6b8efbda14ee5b6 |
UTF-8 | 絛醐宗N絛 | 11100111101101011001101111101001100001101001000011100101101011101001011101001110111001111011010110011011 | e7b59be98690e5ae974ee7b59b |
UHC | ??宗N? | 001111110011111111110000111100110100111000111111 | 3f3ff0f34e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)