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?? | 00111111010011100011111100111111 | 3f4e3f3f |
SJIS-WIN | 、Nンエ | 10100100010011101101110110110100 | a44eddb4 |
EUC-JP | 、Nンエ | 10001110101001000100111010001110110111011000111010110100 | 8ea44e8edd8eb4 |
UTF-8 | 、Nンエ | 11101111101111011010010001001110111011111011111010011101111011111011110110110100 | efbda44eefbe9defbdb4 |
UHC | ?N?? | 00111111010011100011111100111111 | 3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)