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 | èäºè | 111010001000100010001100111001001011101010001110111010001000100010001100 | e8888ce4ba8ee8888c |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??äº?è?? | 1000111110101011101100100011111100111111100011111010101110100011100011111010001011101011001111111000111110101011101100100011111100111111 | 8fabb23f3f8faba38fa2eb3f8fabb23f3f |
UTF-8 | èäºè | 110000111010100011000010100010001100001010001100110000111010010011000010101110101100001010001110110000111010100011000010100010001100001010001100 | c3a8c288c28cc3a4c2bac28ec3a8c288c28c |
UHC | ????º???? | 00111111001111110011111100111111101010001010110000111111001111110011111100111111 | 3f3f3f3fa8ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)