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 | û²îû | 111110111011001010001111111011101001001110010111111110111001111010101101 | fbb28fee9397fb9ead |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | û??î??û?? | 100011111010101111100101001111110011111110001111101010111100001000111111001111111000111110101011111001010011111100111111 | 8fabe53f3f8fabc23f3f8fabe53f3f |
UTF-8 | û²îû | 110000111011101111000010101100101100001010001111110000111010111011000010100100111100001010010111110000111011101111000010100111101100001010101101 | c3bbc2b2c28fc3aec293c297c3bbc29ec2ad |
UHC | ?²?????? | 0011111110101001111101110011111100111111001111110011111100111111001111111010000110101001 | 3fa9f73f3f3f3f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)