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 | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
SJIS-WIN | シムシキ丈セRE | 101111001101000110111100101101111000111111100100101111100101001001000101 | bcd1bcb78fe4be5245 |
EUC-JP | シムシキ丈セRE | 1000111010111100100011101101000110001110101111001000111010110111101111101110011010001110101111100101001001000101 | 8ebc8ed18ebc8eb7bee68ebe5245 |
UTF-8 | シムシキ丈セRE | 1110111110111101101111001110111110111110100100011110111110111101101111001110111110111101101101111110010010111000100010001110111110111101101111100101001001000101 | efbdbcefbe91efbdbcefbdb7e4b888efbdbe5245 |
UHC | ????丈?RE | 001111110011111100111111001111111110110111011011001111110101001001000101 | 3f3f3f3feddb3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)