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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | 潁゚ロ_豐 | 10011111111100011101111111011011010111111110011010110010 | 9ff1dfdb5fe6b2 |
EUC-JP | 潁゚ロ_豐 | 110111101111001110001110110111111000111011011011010111111110110010110100 | def38edf8edb5fecb4 |
UTF-8 | 潁゚ロ_豐 | 11100110101111011000000111101111101111101001111111101111101111101001101101011111111010001011000110010000 | e6bd81efbe9fefbe9b5fe8b190 |
UHC | 潁??_? | 111001111011100000111111001111110101111100111111 | e7b83f3f5f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)