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 | 莊?紆?哉 | 1110010010110101001111111110001011111100001111111000110111000110 | e4b53fe2fc3f8dc6 |
EUC-JP | 莊?紆?哉 | 1110100010110111001111111110010011111110001111111011101011001000 | e8b73fe4fe3fbac8 |
UTF-8 | 莊렱紆렡哉 | 111010001000111010001010111010111010000010110001111001111011010010000110111010111010000010100001111001011001001110001001 | e88e8aeba0b1e7b486eba0a1e59389 |
UHC | 莊렱紆렡哉 | 11101101111101101000111010111110111010011110000110001110101100101110111010100011 | edf68ebee9e18eb2eea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)