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 | 衣輕誇 | 100010001101111111100111011010101000110011010110 | 88dfe76a8cd6 |
EUC-JP | 衣輕誇 | 101100001110000111101101110010111011100011011000 | b0e1edcbb8d8 |
UTF-8 | 衣輕誇 | 111010001010000110100011111010001011110010010101111010001010101010000111 | e8a1a3e8bc95e8aa87 |
UHC | 衣輕誇 | 111010111111110111001100111011101100111010100011 | ebfdcceecea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)