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{^ | 101100111110001101010111011111011011001111100011010101110111101101011110 | b3e3577db3e3577b5e |
SJIS-WIN | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ?ãW}?ãW{^ | 00111111100011111010101110101010010101110111110100111111100011111010101110101010010101110111101101011110 | 3f8fabaa577d3f8fabaa577b5e |
UTF-8 | ³ãW}³ãW{^ | 11000010101100111100001110100011010101110111110111000010101100111100001110100011010101110111101101011110 | c2b3c3a3577dc2b3c3a3577b5e |
UHC | ³?W}³?W{^ | 1010100111111000001111110101011101111101101010011111100000111111010101110111101101011110 | a9f83f577da9f83f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)