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 | ç¢ëì» | 111001111010001010001101111010111000100110010000111011001000001010111011 | e7a28deb8990ec82bb |
SJIS-WIN | ?¢??????? | 00111111100000011001000100111111001111110011111100111111001111110011111100111111 | 3f81913f3f3f3f3f3f3f |
EUC-JP | ç¢?ë??ì?? | 10001111101010111010111010100001111100010011111110001111101010111011001100111111001111111000111110101011110000000011111100111111 | 8fabaea1f13f8fabb33f3f8fabc03f3f |
UTF-8 | ç¢ëì» | 110000111010011111000010101000101100001010001101110000111010101111000010100010011100001010010000110000111010110011000010100000101100001010111011 | c3a7c2a2c28dc3abc289c290c3acc282c2bb |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)