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{^ | 100011111111111001010111011111011000111111111110010101110111101101011110 | 8ffe577d8ffe577b5e |
SJIS-WIN | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ?þW}?þW{^ | 00111111100011111010100111010000010101110111110100111111100011111010100111010000010101110111101101011110 | 3f8fa9d0577d3f8fa9d0577b5e |
UTF-8 | þW}þW{^ | 11000010100011111100001110111110010101110111110111000010100011111100001110111110010101110111101101011110 | c28fc3be577dc28fc3be577b5e |
UHC | ?þW}?þW{^ | 0011111110101001101011010101011101111101001111111010100110101101010101110111101101011110 | 3fa9ad577d3fa9ad577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)