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 | ò®£ú³² | 1111001010101110100011101010001111111010101100111000111010110010 | f2ae8ea3fab38eb2 |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ò®?£ú??? | 100011111010101111010010100011111010001011101110001111111010000111110010100011111010101111100010001111110011111100111111 | 8fabd28fa2ee3fa1f28fabe23f3f3f |
UTF-8 | ò®£ú³² | 11000011101100101100001010101110110000101000111011000010101000111100001110111010110000101011001111000010100011101100001010110010 | c3b2c2aec28ec2a3c3bac2b3c28ec2b2 |
UHC | ?®???³?² | 0011111110100010111001110011111100111111001111111010100111111000001111111010100111110111 | 3fa2e73f3f3fa9f83fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)