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 | 閼ア蟆雁ー皆 | 11101000100001001011000111100101101100001000101011100101101100001000101001000110 | e884b1e5b08ae5b08a46 |
EUC-JP | 閼ア蟆雁ー皆 | 111011111110010010001110101100011110101010110010101101001110011110001110101100001011001110100111 | efe48eb1eab2b4e78eb0b3a7 |
UTF-8 | 閼ア蟆雁ー皆 | 111010011001011010111100111011111011110110110001111010001001111110000110111010011001101110000001111011111011110110110000111001111001101010000110 | e996bcefbdb1e89f86e99b81efbdb0e79a86 |
UHC | 閼??雁?皆 | 111001001101100100111111001111111110010011010010001111111100101111001011 | e4d93f3fe4d23fcbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)