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 | 撓???億 | 10011101100110100011111100111111001111111000100110101101 | 9d9a3f3f3f89ad |
EUC-JP | 撓???億 | 11011001111110100011111100111111001111111011001010101111 | d9fa3f3f3fb2af |
UTF-8 | 撓눸녠덩億 | 111001101001001010010011111010111000100010111000111010111000010110100000111010111000110110101001111001011000010010000100 | e69293eb88b8eb85a0eb8da9e58484 |
UHC | 撓눸녠덩億 | 11101000111101011000011111001110101100111110101010110101101000101110010111100010 | e8f587ceb3eab5a2e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)