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 | ÏÇù«í¹ | 110011111100011111111001101010111110110110111001 | cfc7f9abedb9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÏÇù?í? | 1000111110101010110000011000111110101010101011101000111110101011111000110011111110001111101010111011111100111111 | 8faac18faaae8fabe33f8fabbf3f |
UTF-8 | ÏÇù«í¹ | 110000111000111111000011100001111100001110111001110000101010101111000011101011011100001010111001 | c38fc387c3b9c2abc3adc2b9 |
UHC | ?????¹ | 00111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)