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 | 恁??れ? | 10011100100011000011111100111111100000101110101000111111 | 9c8c3f3f82ea3f |
EUC-JP | 恁??れŁ | 110101111110110000111111001111111010010011101100100011111010100110101000 | d7ec3f3fa4ec8fa9a8 |
UTF-8 | 恁킣淋れŁ | 1110011010000001100000011110110110000010101000111110111110100111101101011110001110000010100011001100010110000001 | e68181ed82a3efa7b5e3828cc581 |
UHC | 恁킣淋れŁ | 11101100111101101011010101001111111011001111100010101010111011001010100010101001 | ecf6b54fecf8aaeca8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)