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 | è±ìã | 1110100010110001100010101110110010010111100010011110001110000001 | e8b18aec9789e381 |
SJIS-WIN | ?±?????? | 001111111000000101111101001111110011111100111111001111110011111100111111 | 3f817d3f3f3f3f3f3f |
EUC-JP | è±?ì??ã? | 100011111010101110110010101000011101111000111111100011111010101111000000001111110011111110001111101010111010101000111111 | 8fabb2a1de3f8fabc03f3f8fabaa3f |
UTF-8 | è±ìã | 11000011101010001100001010110001110000101000101011000011101011001100001010010111110000101000100111000011101000111100001010000001 | c3a8c2b1c28ac3acc297c289c3a3c281 |
UHC | ?±?????? | 001111111010000110111110001111110011111100111111001111110011111100111111 | 3fa1be3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)