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 | æ¯èå | 111001101010111110001110111010001000111010000111111001011001110110001110 | e6af8ee88e87e59d8e |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | æ¯?è??å?? | 1000111110101001110000011000111110100010101101000011111110001111101010111011001000111111001111111000111110101011101010010011111100111111 | 8fa9c18fa2b43f8fabb23f3f8faba93f3f |
UTF-8 | æ¯èå | 110000111010011011000010101011111100001010001110110000111010100011000010100011101100001010000111110000111010010111000010100111011100001010001110 | c3a6c2afc28ec3a8c28ec287c3a5c29dc28e |
UHC | æ???????? | 10101001101000010011111100111111001111110011111100111111001111110011111100111111 | a9a13f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)