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 | è±ãÐ\ | 111010001011000110001000111000111000001010001100110100001001001101011100 | e8b188e3828cd0935c |
SJIS-WIN | ?±??????\ | 00111111100000010111110100111111001111110011111100111111001111110011111101011100 | 3f817d3f3f3f3f3f3f5c |
EUC-JP | è±?ã????\ | 1000111110101011101100101010000111011110001111111000111110101011101010100011111100111111001111110011111101011100 | 8fabb2a1de3f8fabaa3f3f3f3f5c |
UTF-8 | è±ãÐ\ | 1100001110101000110000101011000111000010100010001100001110100011110000101000001011000010100011001100001110010000110000101001001101011100 | c3a8c2b1c288c3a3c282c28cc390c2935c |
UHC | ?±????Ð?\ | 0011111110100001101111100011111100111111001111110011111110101000101000100011111101011100 | 3fa1be3f3f3f3fa8a23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)