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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 雅?}雅?{^ | 100010011110101100111111011111011000100111101011001111110111101101011110 | 89eb3f7d89eb3f7b5e |
EUC-JP | 雅?}雅?{^ | 101100101110110100111111011111011011001011101101001111110111101101011110 | b2ed3f7db2ed3f7b5e |
UTF-8 | 雅틁}雅틁{^ | 111010011001101110000101111011011000101110000001011111011110100110011011100001011110110110001011100000010111101101011110 | e99b85ed8b817de99b85ed8b817b5e |
UHC | 雅틁}雅틁{^ | 1110010010111010101110100110111001111101111001001011101010111010011011100111101101011110 | e4baba6e7de4baba6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)