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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 儒豆脾縡? | 100011101111001010010011101001001110010001000010111000110111000100111111 | 8ef293a4e442e3713f |
EUC-JP | 儒豆脾縡? | 101111001111010011000110101001101110011110100011111001011101001000111111 | bcf4c6a6e7a3e5d23f |
UTF-8 | 儒豆脾縡띕 | 111001011000010010010010111010001011000110000110111010001000010010111110111001111011100010100001111010111001110110010101 | e58492e8b186e884bee7b8a1eb9d95 |
UHC | 儒豆脾縡띕 | 11101010111000111101010011100111110111101010000111101110101011011011011011101011 | eae3d4e7dea1eeadb6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)