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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 渧雫E渧雫EB | 1111101101001000100011101011010001000101111110110100100010001110101101000100010101000010 | fb488eb445fb488eb44542 |
EUC-JP | 渧雫E渧雫EB | 10001111110001111110101110111100101101100100010110001111110001111110101110111100101101100100010101000010 | 8fc7ebbcb6458fc7ebbcb64542 |
UTF-8 | 渧雫E渧雫EB | 111001101011100010100111111010011001101110101011010001011110011010111000101001111110100110011011101010110100010101000010 | e6b8a7e99bab45e6b8a7e99bab4542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)