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 | Îîªëªº | 110011101110111010101010111010111010101010111010 | ceeeaaebaaba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Îîªëªº | 100011111010101011000010100011111010101111000010100011111010001011101100100011111010101110110011100011111010001011101100100011111010001011101011 | 8faac28fabc28fa2ec8fabb38fa2ec8fa2eb |
UTF-8 | Îîªëªº | 110000111000111011000011101011101100001010101010110000111010101111000010101010101100001010111010 | c38ec3aec2aac3abc2aac2ba |
UHC | ??ª?ªº | 001111110011111110101000101000110011111110101000101000111010100010101100 | 3f3fa8a33fa8a3a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)