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 | 荵滂ス壌豐 | 111001001011100110011111111011111011110110001111111010111110011010110010 | e4b99fefbd8febe6b2 |
EUC-JP | 荵滂ス壌豐 | 11101000101110111101111011110001100011101011110110111110111011011110110010110100 | e8bbdef18ebdbeedecb4 |
UTF-8 | 荵滂ス壌豐 | 111010001000110110110101111001101011101110000010111011111011110110111101111001011010001110001100111010001011000110010000 | e88db5e6bb82efbdbde5a38ce8b190 |
UHC | ?滂??? | 001111111101101110110101001111110011111100111111 | 3fdbb53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)