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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 但叩x | 1001001001000001100100100100000001111000 | 9241924078 |
EUC-JP | 但叩x | 1100001110100010110000111010000101111000 | c3a2c3a178 |
UTF-8 | 但叩x | 11100100101111011000011011100101100011111010100101111000 | e4bd86e58fa978 |
UHC | 但叩x | 1101001110100011110011011011000001111000 | d3a3cdb078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)