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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 氈?W}氈?W{^ | 1001111110000001001111110101011101111101100111111000000100111111010101110111101101011110 | 9f813f577d9f813f577b5e |
EUC-JP | 氈?W}氈?W{^ | 1101110111100001001111110101011101111101110111011110000100111111010101110111101101011110 | dde13f577ddde13f577b5e |
UTF-8 | 氈렓W}氈렓W{^ | 1110011010110000100010001110101110100000100100110101011101111101111001101011000010001000111010111010000010010011010101110111101101011110 | e6b088eba093577de6b088eba093577b5e |
UHC | 氈렓W}氈렓W{^ | 11101110111111011000111010101000010101110111110111101110111111011000111010101000010101110111101101011110 | eefd8ea8577deefd8ea8577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)