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 | 絛後璽篁 | 1110001101010101100011001110001110001110101000111110001010111001 | e3558ce38ea3e2b9 |
EUC-JP | 絛後璽篁 | 1110010110110110101110001110010110111100101001011110010010111011 | e5b6b8e5bca5e4bb |
UTF-8 | 絛後璽篁 | 111001111011010110011011111001011011111010001100111001111001001010111101111001111010111110000001 | e7b59be5be8ce792bde7af81 |
UHC | ?後璽篁 | 00111111111111011010110111011111110111101111110011010110 | 3ffdaddfdefcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)