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{^ | 1110010111101001101011010101011101111101111001011110100110101101010101110111101101011110 | e5e9ad577de5e9ad577b5e |
EUC-JP | 裨ュW}裨ュW{^ | 11101010111010111000111010101101010101110111110111101010111010111000111010101101010101110111101101011110 | eaeb8ead577deaeb8ead577b5e |
UTF-8 | 裨ュW}裨ュW{^ | 1110100010100011101010001110111110111101101011010101011101111101111010001010001110101000111011111011110110101101010101110111101101011110 | e8a3a8efbdad577de8a3a8efbdad577b5e |
UHC | 裨?W}裨?W{^ | 1101111010100101001111110101011101111101110111101010010100111111010101110111101101011110 | dea53f577ddea53f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)