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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횢짬횩횊천횥^ | 11101101100110101010001011101100101001111010110011101101100110101010100111101101100110101000101011101100101100101001110011101101100110101010010101011110 | ed9aa2eca7aced9aa9ed9a8aecb29ced9aa55e |
UHC | 횢짬횩횊천횥^ | 11000011100110011100001010101011110000111001111111000011100010001100001110110101110000111001110001011110 | c399c2abc39fc388c3b5c39c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)