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 | 繹?┫?ユ | 1110001110001000001111111000010010110010001111111000001110000110 | e3883f84b23f8386 |
EUC-JP | 繹?┫?ユ | 1110010111101000001111111010100010110100001111111010010111100110 | e5e83fa8b43fa5e6 |
UTF-8 | 繹욥┫略ユ | 111001111011100110111001111011001001101010100101111000101001010010101011111011111010010110110110111000111000001110100110 | e7b9b9ec9aa5e294abefa5b6e383a6 |
UHC | 繹욥┫略ユ | 11100110101110101011111111101001101001101011010011100101101100101010101111100110 | e6babfe9a6b4e5b2abe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)