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 | è±Eè±EB | 111010001011000110010000010001011110100010110001100100000100010101000010 | e8b19045e8b1904542 |
SJIS-WIN | ?±?E?±?EB | 0011111110000001011111010011111101000101001111111000000101111101001111110100010101000010 | 3f817d3f453f817d3f4542 |
EUC-JP | è±?Eè±?EB | 100011111010101110110010101000011101111000111111010001011000111110101011101100101010000111011110001111110100010101000010 | 8fabb2a1de3f458fabb2a1de3f4542 |
UTF-8 | è±Eè±EB | 110000111010100011000010101100011100001010010000010001011100001110101000110000101011000111000010100100000100010101000010 | c3a8c2b1c29045c3a8c2b1c2904542 |
UHC | ?±?E?±?EB | 0011111110100001101111100011111101000101001111111010000110111110001111110100010101000010 | 3fa1be3f453fa1be3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)