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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 왃먤왃먤^ | 11101100100110011000001111101011101010001010010011101100100110011000001111101011101010001010010001011110 | ec9983eba8a4ec9983eba8a45e |
UHC | 왃먤왃먤^ | 100111101011011010010000111000011001111010110110100100001110000101011110 | 9eb690e19eb690e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)