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 | 逑ア邊イ逑 | 1110011110010011101100011110011110110010101100101110011110010011 | e793b1e7b2b2e793 |
EUC-JP | 逑ア邊イ逑 | 11101101111100111000111010110001111011101011010010001110101100101110110111110011 | edf38eb1eeb48eb2edf3 |
UTF-8 | 逑ア邊イ逑 | 111010011000000010010001111011111011110110110001111010011000001010001010111011111011110110110010111010011000000010010001 | e98091efbdb1e9828aefbdb2e98091 |
UHC | 逑?邊?逑 | 1100111111000111001111111101110010101011001111111100111111000111 | cfc73fdcab3fcfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)