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 | 腫貊← | 100011101110111011100110101110111000000110101001 | 8eeee6bb81a9 |
EUC-JP | 腫貊← | 101111001111000011101100101111011010001010101011 | bcf0ecbda2ab |
UTF-8 | 腫貊← | 111010001000010110101011111010001011001010001010111000101000011010010000 | e885abe8b28ae28690 |
UHC | 腫貊← | 111100001111111011011000111001111010000111100111 | f0fed8e7a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)