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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔主欝 | 111010000101110010001110111001011000100101010100 | e85c8ee58954 |
EUC-JP | 鐔主欝 | 111011111011110110111100111001111011000110110101 | efbdbce7b1b5 |
UTF-8 | 鐔主欝 | 111010011001000010010100111001001011100010111011111001101010110010011101 | e99094e4b8bbe6ac9d |
UHC | ?主? | 00111111111100011010101100111111 | 3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)