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 | 褊冶ス苓ォ | 1110010111101101100101101110100010111101100101111110100010101011 | e5ed96e8bd97e8ab |
EUC-JP | 褊冶ス苓ォ | 11101010111011111100110011101010100011101011110111001110111010101000111010101011 | eaefccea8ebdceea8eab |
UTF-8 | 褊冶ス苓ォ | 111010001010010010001010111001011000011010110110111011111011110110111101111010001000101110010011111011111011110110101011 | e8a48ae586b6efbdbde88b93efbdab |
UHC | ?冶??? | 001111111110010110100111001111110011111100111111 | 3fe5a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)