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 | 霆?地?? | 11101000101110110011111110010010011011100011111100111111 | e8bb3f926e3f3f |
EUC-JP | 霆?地?? | 11110000101111010011111111000011110011110011111100111111 | f0bd3fc3cf3f3f |
UTF-8 | 霆렍地쭹쥬 | 111010011001110010000110111010111010000010001101111001011001110010110000111011001010110110111001111011001010010110101100 | e99c86eba08de59cb0ecadb9eca5ac |
UHC | 霆렍地쭹쥬 | 11101111111111011000111010100011111100101010001011000010111001111100000111101010 | effd8ea3f2a2c2e7c1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)