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 | 自爾 | 11110010101010111000111010101001111100101011111110001110101000101111000111101110 | f2ab8ea9f2bf8ea2f1ee |
EUC-JP | ?自?爾? | 00111111101111001010101100111111101111001010010000111111 | 3fbcab3fbca43f |
UTF-8 | 自爾 | 111011101000011110100010111010001000011110101010111011101000011110110110111001111000100010111110111011101000010110101001 | ee87a2e887aaee87b6e788beee85a9 |
UHC | ?自?爾? | 00111111111011011011101100111111111011001011001100111111 | 3fedbb3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)