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 | çôä¸äé | 1110011111110100100100011110010010111000100010001110010011101001 | e7f491e4b888e4e9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çô?ä¸?äé | 1000111110101011101011101000111110101011110101000011111110001111101010111010001110001111101000101011000100111111100011111010101110100011100011111010101110110001 | 8fabae8fabd43f8faba38fa2b13f8faba38fabb1 |
UTF-8 | çôä¸äé | 11000011101001111100001110110100110000101001000111000011101001001100001010111000110000101000100011000011101001001100001110101001 | c3a7c3b4c291c3a4c2b8c288c3a4c3a9 |
UHC | ????¸??? | 001111110011111100111111001111111010001010101100001111110011111100111111 | 3f3f3f3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)