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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?謖}?謖{^ | 001111111110011010001100011111010011111111100110100011000111101101011110 | 3fe68c7d3fe68c7b5e |
EUC-JP | ?謖}?謖{^ | 001111111110101111101100011111010011111111101011111011000111101101011110 | 3febec7d3febec7b5e |
UTF-8 | 룄謖}룄謖{^ | 111010111010001110000100111010001010110010010110011111011110101110100011100001001110100010101100100101100111101101011110 | eba384e8ac967deba384e8ac967b5e |
UHC | 룄謖}룄謖{^ | 1000111110000100111000011101101001111101100011111000010011100001110110100111101101011110 | 8f84e1da7d8f84e1da7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)