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 | ¡À¡þt^ | 101000011100000010100001111111100111010001011110 | a1c0a1fe745e |
SJIS-WIN | ????t^ | 001111110011111100111111001111110111010001011110 | 3f3f3f3f745e |
EUC-JP | ¡À¡þt^ | 1000111110100010110000101000111110101010101000101000111110100010110000101000111110101001110100000111010001011110 | 8fa2c28faaa28fa2c28fa9d0745e |
UTF-8 | ¡À¡þt^ | 11000010101000011100001110000000110000101010000111000011101111100111010001011110 | c2a1c380c2a1c3be745e |
UHC | ¡?¡þt^ | 101000101010111000111111101000101010111010101001101011010111010001011110 | a2ae3fa2aea9ad745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)