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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咤穩鱆盖 | 1001101001000010111000100111001011101001111000011110000110110011 | 9a42e272e9e1e1b3 |
EUC-JP | 咤穩鱆盖 | 1101001110100011111000111101001111110010111000111110001010110101 | d3a3e3d3f2e3e2b5 |
UTF-8 | 咤穩鱆盖 | 111001011001001010100100111001111010100110101001111010011011000110000110111001111001101110010110 | e592a4e7a9a9e9b186e79b96 |
UHC | 咤穩?盖 | 11110110111000111110100010110001001111111100101111001100 | f6e3e8b13fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)