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 | è¬Ñå\ | 111010001001000010101100110100011000110111100101100011011000000101011100 | e890acd18de58d815c |
SJIS-WIN | ??¬?????\ | 00111111001111111000000111001010001111110011111100111111001111110011111101011100 | 3f3f81ca3f3f3f3f3f5c |
EUC-JP | è?¬Ñ?å??\ | 10001111101010111011001000111111101000101100110010001111101010101101000000111111100011111010101110101001001111110011111101011100 | 8fabb23fa2cc8faad03f8faba93f3f5c |
UTF-8 | è¬Ñå\ | 1100001110101000110000101001000011000010101011001100001110010001110000101000110111000011101001011100001010001101110000101000000101011100 | c3a8c290c2acc391c28dc3a5c28dc2815c |
UHC | ????????\ | 001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)