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 | 隰ウ繧雁擘 | 111010001010110010110011111000111000001010001010111001011001110110100100 | e8acb3e3828ae59da4 |
EUC-JP | 隰ウ繧雁擘 | 11110000101011101000111010110011111001011110001010110100111001111101101010100110 | f0ae8eb3e5e2b4e7daa6 |
UTF-8 | 隰ウ繧雁擘 | 111010011001101010110000111011111011110110110011111001111011100110100111111010011001101110000001111001101001001110011000 | e99ab0efbdb3e7b9a7e99b81e69398 |
UHC | ???雁擘 | 00111111001111110011111111100100110100101101101111111011 | 3f3f3fe4d2dbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)