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{^ | 1001011110000001001111110101011101111101100101111000000100111111010101110111101101011110 | 97813f577d97813f577b5e |
EUC-JP | 浴?W}浴?W{^ | 1100110111100001001111110101011101111101110011011110000100111111010101110111101101011110 | cde13f577dcde13f577b5e |
UTF-8 | 浴냣W}浴냣W{^ | 1110011010110101101101001110101110000011101000110101011101111101111001101011010110110100111010111000001110100011010101110111101101011110 | e6b5b4eb83a3577de6b5b4eb83a3577b5e |
UHC | 浴냣W}浴냣W{^ | 11101001101100011000011001101110010101110111110111101001101100011000011001101110010101110111101101011110 | e9b1866e577de9b1866e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)