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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 影???? | 100010010110010100111111001111110011111100111111 | 89653f3f3f3f |
EUC-JP | 影???? | 101100011100011000111111001111110011111100111111 | b1c63f3f3f3f |
UTF-8 | 影?栒우댇 | 11100101101111011011000100111111111001101010000010010010111011001001101010110000111010111000110010000111 | e5bdb13fe6a092ec9ab0eb8c87 |
UHC | 影?栒우댇 | 111001111010111100111111111000101110001110111111111011001000100010110001 | e7af3fe2e3bfec88b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)