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{^ | 0011111111100110101000100101011101111101001111111110011010100010010101110111101101011110 | 3fe6a2577d3fe6a2577b5e |
EUC-JP | 淶譴W}淶譴W{^ | 100011111100011111100101111011001010010001010111011111011000111111000111111001011110110010100100010101110111101101011110 | 8fc7e5eca4577d8fc7e5eca4577b5e |
UTF-8 | 淶譴W}淶譴W{^ | 1110011010110111101101101110100010101101101101000101011101111101111001101011011110110110111010001010110110110100010101110111101101011110 | e6b7b6e8adb4577de6b7b6e8adb4577b5e |
UHC | ?譴W}?譴W{^ | 0011111111001100101110010101011101111101001111111100110010111001010101110111101101011110 | 3fccb9577d3fccb9577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)