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 | èë äº | 111010001001100110011111111010111010000010011100111001001011101010010001 | e8999feba09ce4ba91 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??ë??äº? | 1000111110101011101100100011111100111111100011111010101110110011001111110011111110001111101010111010001110001111101000101110101100111111 | 8fabb23f3f8fabb33f3f8faba38fa2eb3f |
UTF-8 | èë äº | 110000111010100011000010100110011100001010011111110000111010101111000010101000001100001010011100110000111010010011000010101110101100001010010001 | c3a8c299c29fc3abc2a0c29cc3a4c2bac291 |
UHC | ???????º? | 00111111001111110011111100111111001111110011111100111111101010001010110000111111 | 3f3f3f3f3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)