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 | 蒿仙シ片ェ | 1110010011100100100100001110010110111100100101011101000010101010 | e4e490e5bc95d0aa |
EUC-JP | 蒿仙シ片ェ | 11101000111001101100000011100111100011101011110011001010110100101000111010101010 | e8e6c0e78ebccad28eaa |
UTF-8 | 蒿仙シ片ェ | 111010001001001010111111111001001011101110011001111011111011110110111100111001111000100110000111111011111011110110101010 | e892bfe4bb99efbdbce78987efbdaa |
UHC | 蒿仙?片? | 1111101111011010111000001011100100111111111110001011100000111111 | fbdae0b93ff8b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)