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 | 貅ソ螟ア韋 | 1110011010111010101111111110010110100100101100011110100011101000 | e6babfe5a4b1e8e8 |
EUC-JP | 貅ソ螟ア韋 | 11101100101111001000111010111111111010101010011010001110101100011111000011101010 | ecbc8ebfeaa68eb1f0ea |
UTF-8 | 貅ソ螟ア韋 | 111010001011001010000101111011111011110110111111111010001001111010011111111011111011110110110001111010011001111110001011 | e8b285efbdbfe89e9fefbdb1e99f8b |
UHC | ??螟?韋 | 00111111001111111101100110101101001111111110101011011111 | 3f3fd9ad3feadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)