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{^ | 1001101010101100001111110101011101111101100110101010110000111111010101110111101101011110 | 9aac3f577d9aac3f577b5e |
EUC-JP | 址?W}址?W{^ | 1101010010101110001111110101011101111101110101001010111000111111010101110111101101011110 | d4ae3f577dd4ae3f577b5e |
UTF-8 | 址믿W}址믿W{^ | 1110010110011101100000001110101110101111101111110101011101111101111001011001110110000000111010111010111110111111010101110111101101011110 | e59d80ebafbf577de59d80ebafbf577b5e |
UHC | 址믿W}址믿W{^ | 11110010101000111011100111001111010101110111110111110010101000111011100111001111010101110111101101011110 | f2a3b9cf577df2a3b9cf577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)