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 | îí³è¾¢è | 1110111011101101100011101011001111101000101111101010001011101000 | eeed8eb3e8bea2e8 |
SJIS-WIN | ??????¢? | 001111110011111100111111001111110011111100111111100000011001000100111111 | 3f3f3f3f3f3f81913f |
EUC-JP | îí??è?¢è | 1000111110101011110000101000111110101011101111110011111100111111100011111010101110110010001111111010000111110001100011111010101110110010 | 8fabc28fabbf3f3f8fabb23fa1f18fabb2 |
UTF-8 | îí³è¾¢è | 11000011101011101100001110101101110000101000111011000010101100111100001110101000110000101011111011000010101000101100001110101000 | c3aec3adc28ec2b3c3a8c2bec2a2c3a8 |
UHC | ???³?¾?? | 00111111001111110011111110101001111110000011111110101000111110100011111100111111 | 3f3f3fa9f83fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)