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 | 愁舜細箱 | 1000111101000100100011110111011110001101110101111001010010100000 | 8f448f778dd794a0 |
EUC-JP | 愁舜細箱 | 1011110110100101101111011101100010111010110110011100100010100010 | bda5bdd8bad9c8a2 |
UTF-8 | 愁舜細箱 | 111001101000010010000001111010001000100010011100111001111011010010110000111001111010111010110001 | e68481e8889ce7b4b0e7aeb1 |
UHC | 愁舜細箱 | 1110000111111110111000101110111111100001101011001101111111010101 | e1fee2efe1acdfd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)