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 | 嚥??亨? | 10011010100010110011111100111111100010111001110000111111 | 9a8b3f3f8b9c3f |
EUC-JP | 嚥??亨? | 11010011111010110011111100111111101101011111110000111111 | d3eb3f3fb5fc3f |
UTF-8 | 嚥듣눎亨ㅶ | 111001011001101010100101111010111001001110100011111010111000100010001110111001001011101010101000111000111000010110110110 | e59aa5eb93a3eb888ee4baa8e385b6 |
UHC | 嚥듣눎亨ㅶ | 11100110101111111011010111101000100001111010101011111010111110111010010011100110 | e6bfb5e887aafafba4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)