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 | æAå¹ | 1110011010000111100010111000101010001010010000011110010110111001 | e6878b8a8a41e5b9 |
SJIS-WIN | ?????A?? | 0011111100111111001111110011111100111111010000010011111100111111 | 3f3f3f3f3f413f3f |
EUC-JP | æ????Aå? | 100011111010100111000001001111110011111100111111001111110100000110001111101010111010100100111111 | 8fa9c13f3f3f3f418faba93f |
UTF-8 | æAå¹ | 110000111010011011000010100001111100001010001011110000101000101011000010100010100100000111000011101001011100001010111001 | c3a6c287c28bc28ac28a41c3a5c2b9 |
UHC | æ????A?¹ | 10101001101000010011111100111111001111110011111101000001001111111010100111110110 | a9a13f3f3f3f413fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)