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 | ?x?W}?x?W{^ | 0011111101111000001111110101011101111101001111110111100000111111010101110111101101011110 | 3f783f577d3f783f577b5e |
SJIS-WIN | ?x?W}?x?W{^ | 0011111101111000001111110101011101111101001111110111100000111111010101110111101101011110 | 3f783f577d3f783f577b5e |
EUC-JP | ?x?W}?x?W{^ | 0011111101111000001111110101011101111101001111110111100000111111010101110111101101011110 | 3f783f577d3f783f577b5e |
UTF-8 | 혧x혡W}혧x혡W{^ | 11101101100110001010011101111000111011011001100010100001010101110111110111101101100110001010011101111000111011011001100010100001010101110111101101011110 | ed98a778ed98a1577ded98a778ed98a1577b5e |
UHC | 혧x혡W}혧x혡W{^ | 110000101000111101111000110000101000101001010111011111011100001010001111011110001100001010001010010101110111101101011110 | c28f78c28a577dc28f78c28a577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)