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{^ | 1110011111000010001111110101011101111101111001111100001000111111010101110111101101011110 | e7c23f577de7c23f577b5e |
EUC-JP | 酊?W}酊?W{^ | 1110111011000100001111110101011101111101111011101100010000111111010101110111101101011110 | eec43f577deec43f577b5e |
UTF-8 | 酊턍W}酊턍W{^ | 1110100110000101100010101110110110000100100011010101011101111101111010011000010110001010111011011000010010001101010101110111101101011110 | e9858aed848d577de9858aed848d577b5e |
UHC | 酊턍W}酊턍W{^ | 11101111111110001100010111001100010101110111110111101111111110001100010111001100010101110111101101011110 | eff8c5cc577deff8c5cc577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)