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 | ë¾ºë¡ | 111010111011111010111010111010111010000110010010 | ebbebaeba192 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | �� | 1000111110101011101100110011111110001111101000101110101110001111101010111011001110001111101000101100001000111111 | 8fabb33f8fa2eb8fabb38fa2c23f |
UTF-8 | ë¾ºë¡ | 110000111010101111000010101111101100001010111010110000111010101111000010101000011100001010010010 | c3abc2bec2bac3abc2a1c292 |
UHC | ?¾º?¡? | 001111111010100011111010101010001010110000111111101000101010111000111111 | 3fa8faa8ac3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)