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 | à±?? | 11100000101100010011111100111111 | e0b13f3f |
SJIS-WIN | ?±蹕◆ | 00111111100000010111110111100111010010101000000110011111 | 3f817de74a819f |
EUC-JP | à±蹕◆ | 100011111010101110100010101000011101111011101101101010111010001010100001 | 8faba2a1deedaba2a1 |
UTF-8 | à±蹕◆ | 11000011101000001100001010110001111010001011100110010101111000101001011110000110 | c3a0c2b1e8b995e29786 |
UHC | ?±?◆ | 001111111010000110111110001111111010000111011111 | 3fa1be3fa1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)