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 | 邪糘硝ュ症。 | 10001110110101111110001011110010100011111100100110101101100011111100011110100001 | 8ed7e2f28fc9ad8fc7a1 |
EUC-JP | 邪糘硝ュ症。 | 101111001101100111100100111101001011111011001011100011101010110110111110110010011000111010100001 | bcd9e4f4becb8eadbec98ea1 |
UTF-8 | 邪糘硝ュ症。 | 111010011000001010101010111001111011001110011000111001111010000110011101111011111011110110101101111001111001011110000111111011111011110110100001 | e982aae7b398e7a19defbdade79787efbda1 |
UHC | 邪?硝?症? | 110111101111011100111111111101011010011000111111111100011111100000111111 | def73ff5a63ff1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)