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 | 宵ム将ゥ宵 | 1000111110101010110100011000111110101011101010011000111110101010 | 8faad18faba98faa |
EUC-JP | 宵ム将ゥ宵 | 10111110101011001000111011010001101111101010110110001110101010011011111010101100 | beac8ed1bead8ea9beac |
UTF-8 | 宵ム将ゥ宵 | 111001011010111010110101111011111011111010010001111001011011000010000110111011111011110110101001111001011010111010110101 | e5aeb5efbe91e5b086efbda9e5aeb5 |
UHC | 宵???宵 | 11100001101100100011111100111111001111111110000110110010 | e1b23f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)