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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 孩??? | 1001101101110111001111110011111100111111 | 9b773f3f3f |
EUC-JP | 孩?澔? | 11010101110110000011111110001111110010001110110000111111 | d5d83f8fc8ec3f |
UTF-8 | 孩렣澔묠 | 111001011010110110101001111010111010000010100011111001101011111010010100111010111010110010100000 | e5ada9eba0a3e6be94ebaca0 |
UHC | 孩렣澔묠 | 1111101010101001100011101011010011111011110010111011100110101000 | faa98eb4fbcbb9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)