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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荏??? | 1000100101100000001111110011111100111111 | 89603f3f3f |
EUC-JP | 荏??? | 1011000111000001001111110011111100111111 | b1c13f3f3f |
UTF-8 | 荏솰솟얏 | 111010001000110110001111111011001000011010110000111011001000011010011111111011001001011010001111 | e88d8fec86b0ec869fec968f |
UHC | 荏솰솟얏 | 1110110011111011101111001110000010111100110110101011111011100110 | ecfbbce0bcdabee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)