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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踵也賦 | 111001101111100110010110111001111001010110001010 | e6f996e7958a |
EUC-JP | 踵也賦 | 111011001111101111001100111010011100100111101010 | ecfbcce9c9ea |
UTF-8 | 踵也賦 | 111010001011100010110101111001001011100110011111111010001011001110100110 | e8b8b5e4b99fe8b3a6 |
UHC | 踵也賦 | 111100011010001011100101101001011101110110110111 | f1a2e5a5ddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)