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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟆城し轢滓・ | 1110010110110000100011111110100110000010101101011110011110000000100111111110011010100101 | e5b08fe982b5e7809fe6a5 |
EUC-JP | 蟆城し轢滓・ | 111010101011001010111110111010111010010010110111111011011110000011011110111010001000111010100101 | eab2beeba4b7ede0dee88ea5 |
UTF-8 | 蟆城し轢滓・ | 111010001001111110000110111001011001111110001110111000111000000110010111111010001011110110100010111001101011101110010011111011111011110110100101 | e89f86e59f8ee38197e8bda2e6bb93efbda5 |
UHC | ?城し轢滓? | 00111111111000001111001010101010101101111101010111111001111011101010101100111111 | 3fe0f2aab7d5f9eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)