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 | 焄ネ骼ア宍 | 1111101101010100110010001110100110001110101100011000111010110011 | fb54c8e98eb18eb3 |
EUC-JP | 焄ネ骼ア宍 | 1000111111001001111000111000111011001000111100011110111010001110101100011011110010110101 | 8fc9e38ec8f1ee8eb1bcb5 |
UTF-8 | 焄ネ骼ア宍 | 111001111000010010000100111011111011111010001000111010011010101010111100111011111011110110110001111001011010111010001101 | e78484efbe88e9aabcefbdb1e5ae8d |
UHC | 焄???? | 111111011011011000111111001111110011111100111111 | fdb63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)