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 | 閭帷擅 | 111010001000001110011011111001111001110110100001 | e8839be79da1 |
EUC-JP | 閭帷擅 | 111011111110001111010110111010011101101010100011 | efe3d6e9daa3 |
UTF-8 | 閭帷擅 | 111010011001011010101101111001011011100010110111111001101001001110000101 | e996ade5b8b7e69385 |
UHC | 閭?擅 | 1101010111101111001111111111010010111010 | d5ef3ff4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)