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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奠?o媛皎 | 100110101111100100111111100000101000111110010101010100011110000110100111 | 9af93f828f9551e1a7 |
EUC-JP | 奠?o媛皎 | 110101001111101100111111101000111110111111001001101100101110001010101001 | d4fb3fa3efc9b2e2a9 |
UTF-8 | 奠겼o媛皎 | 111001011010010110100000111010101011001010111100111011111011110110001111111001011010101010011011111001111001101010001110 | e5a5a0eab2bcefbd8fe5aa9be79a8e |
UHC | 奠겼o媛皎 | 11101110111101011011000011100101101000111110111111101010101100001100111011101011 | eef5b0e5a3efeab0ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)