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 | 邯鞘扱 | 111001111011011010001111111000101000100010110101 | e7b68fe288b5 |
EUC-JP | 邯鞘扱 | 111011101011100010111110111001001011000010110111 | eeb8bee4b0b7 |
UTF-8 | 邯鞘扱 | 111010011000001010101111111010011001111010011000111001101000100110110001 | e982afe99e98e689b1 |
UHC | 邯?扱 | 1100101011111011001111111101000011100010 | cafb3fd0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)