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 | 褄ィ雖画イ | 1110010111101011101010001110010110101011100010011110011010110010 | e5eba8e5ab89e6b2 |
EUC-JP | 褄ィ雖画イ | 11101010111011011000111010101000111010101010110110110010111010001000111010110010 | eaed8ea8eaadb2e88eb2 |
UTF-8 | 褄ィ雖画イ | 111010001010010010000100111011111011110110101000111010011001101110010110111001111001010010111011111011111011110110110010 | e8a484efbda8e99b96e794bbefbdb2 |
UHC | ??雖?? | 001111110011111111100010110011000011111100111111 | 3f3fe2cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)