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 | 0011111110101110001111110101001001000101 | 3fae3f5245 |
SJIS-WIN | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
EUC-JP | ?®?RE | 00111111100011111010001011101110001111110101001001000101 | 3f8fa2ee3f5245 |
UTF-8 | 鍊®삂RE | 11101111101001101001101111000010101011101110110010000010100000100101001001000101 | efa69bc2aeec82825245 |
UHC | 鍊®삂RE | 1110011011101000101000101110011110011000100010010101001001000101 | e6e8a2e798895245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)