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 | 霆???⊆ | 11101000101110110011111100111111001111111000000110111010 | e8bb3f3f3f81ba |
EUC-JP | 霆???⊆ | 11110000101111010011111100111111001111111010001010111100 | f0bd3f3f3fa2bc |
UTF-8 | 霆陋렒곌⊆ | 111010011001110010000110111011111010010110010001111010111010000010010010111010101011001110001100111000101000101010000110 | e99c86efa591eba092eab38ce28a86 |
UHC | 霆陋렒곌⊆ | 11101111111111011101001011101011100011101010011110110000111010101010000111110110 | effdd2eb8ea7b0eaa1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)