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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沚懶跛? | 10011111100011011001110011101111111001101110101000111111 | 9f8d9cefe6ea3f |
EUC-JP | 沚懶跛? | 11011101111011011101100011110001111011001110110000111111 | ddedd8f1ecec3f |
UTF-8 | 沚懶跛뤈 | 111001101011001010011010111001101000011110110110111010001011011110011011111010111010010010001000 | e6b29ae687b6e8b79beba488 |
UHC | 沚懶跛뤈 | 1111001010101111110101001111101111110111111101011000111110111000 | f2afd4fbf7f58fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)