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{^ | 110001101101001001010111011111011100011011010010010101110111101101011110 | c6d2577dc6d2577b5e |
SJIS-WIN | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ÆÒW}ÆÒW{^ | 1000111110101001101000011000111110101010110100100101011101111101100011111010100110100001100011111010101011010010010101110111101101011110 | 8fa9a18faad2577d8fa9a18faad2577b5e |
UTF-8 | ÆÒW}ÆÒW{^ | 11000011100001101100001110010010010101110111110111000011100001101100001110010010010101110111101101011110 | c386c392577dc386c392577b5e |
UHC | Æ?W}Æ?W{^ | 1010100010100001001111110101011101111101101010001010000100111111010101110111101101011110 | a8a13f577da8a13f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)