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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 웳믛뱧}웳믛뱧{^ | 111011001001101110110011111010111010111110011011111010111011000110100111011111011110110010011011101100111110101110101111100110111110101110110001101001110111101101011110 | ec9bb3ebaf9bebb1a77dec9bb3ebaf9bebb1a77b5e |
UHC | 웳믛뱧}웳믛뱧{^ | 100111111000000110010010110111011001001110001101011111011001111110000001100100101101110110010011100011010111101101011110 | 9f8192dd938d7d9f8192dd938d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)