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 | Ä÷ÂçB | 1100010011110111110000101110011101000010 | c4f7c2e742 |
SJIS-WIN | ?÷??B | 001111111000000110000000001111110011111101000010 | 3f81803f3f42 |
EUC-JP | Ä÷ÂçB | 100011111010101010100011101000011110000010001111101010101010010010001111101010111010111001000010 | 8faaa3a1e08faaa48fabae42 |
UTF-8 | Ä÷ÂçB | 110000111000010011000011101101111100001110000010110000111010011101000010 | c384c3b7c382c3a742 |
UHC | ?÷??B | 001111111010000111000000001111110011111101000010 | 3fa1c03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)