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 | 蜀仙シ片ェ | 1110010110000110100100001110010110111100100101011101000010101010 | e58690e5bc95d0aa |
EUC-JP | 蜀仙シ片ェ | 11101001111001101100000011100111100011101011110011001010110100101000111010101010 | e9e6c0e78ebccad28eaa |
UTF-8 | 蜀仙シ片ェ | 111010001001110010000000111001001011101110011001111011111011110110111100111001111000100110000111111011111011110110101010 | e89c80e4bb99efbdbce78987efbdaa |
UHC | 蜀仙?片? | 1111010110111001111000001011100100111111111110001011100000111111 | f5b9e0b93ff8b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)