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 | ì¼ì\ | 11101100100011001011110011101100100011101000101001011100 | ec8cbcec8e8a5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ì??ì??\ | 1000111110101011110000000011111100111111100011111010101111000000001111110011111101011100 | 8fabc03f3f8fabc03f3f5c |
UTF-8 | ì¼ì\ | 11000011101011001100001010001100110000101011110011000011101011001100001010001110110000101000101001011100 | c3acc28cc2bcc3acc28ec28a5c |
UHC | ??¼???\ | 0011111100111111101010001111100100111111001111110011111101011100 | 3f3fa8f93f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)