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 | 묰é | 111010111010110010110000111010011000000010011111 | ebacb0e9809f |
SJIS-WIN | ?¬°??? | 0011111110000001110010101000000110001011001111110011111100111111 | 3f81ca818b3f3f3f |
EUC-JP | 묰é?? | 100011111010101110110011101000101100110010100001111010111000111110101011101100010011111100111111 | 8fabb3a2cca1eb8fabb13f3f |
UTF-8 | 묰é | 110000111010101111000010101011001100001010110000110000111010100111000010100000001100001010011111 | c3abc2acc2b0c3a9c280c29f |
UHC | ??°??? | 00111111001111111010000111000110001111110011111100111111 | 3f3fa1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)