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 | 皓箜卍 | 111000011010100111100010101100011001100111000010 | e1a9e2b199c2 |
EUC-JP | 皓箜卍 | 111000101010101111100100101100111101001011000100 | e2abe4b3d2c4 |
UTF-8 | 皓箜卍 | 111001111001101010010011111001111010111010011100111001011000110110001101 | e79a93e7ae9ce58d8d |
UHC | 皓?卍 | 1111101111010011001111111101100010110011 | fbd33fd8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)