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{^ | 10011010101001011110011010111001010101110111110110011010101001011110011010111001010101110111101101011110 | 9aa5e6b9577d9aa5e6b9577b5e |
EUC-JP | 嗇貉W}嗇貉W{^ | 11010100101001111110110010111011010101110111110111010100101001111110110010111011010101110111101101011110 | d4a7ecbb577dd4a7ecbb577b5e |
UTF-8 | 嗇貉W}嗇貉W{^ | 1110010110010111100001111110100010110010100010010101011101111101111001011001011110000111111010001011001010001001010101110111101101011110 | e59787e8b289577de59787e8b289577b5e |
UHC | 嗇?W}嗇?W{^ | 1101111111100000001111110101011101111101110111111110000000111111010101110111101101011110 | dfe03f577ddfe03f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)