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 | 紂冗Υ | 111000110100000010001111111001111000001110110010 | e3408fe783b2 |
EUC-JP | 紂冗Υ | 111001011010000110111110111010011010011010110100 | e5a1bee9a6b4 |
UTF-8 | 紂冗Υ | 1110011110110100100000101110010110000110100101111100111010100101 | e7b482e58697cea5 |
UHC | 紂冗Υ | 111100011100010011101001101101111010010111010100 | f1c4e9b7a5d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)