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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 罎罎^ | 1110001110100010111000111010001001011110 | e3a2e3a25e |
EUC-JP | 罎罎^ | 1110011010100100111001101010010001011110 | e6a4e6a45e |
UTF-8 | 罎罎^ | 11100111101111011000111011100111101111011000111001011110 | e7bd8ee7bd8e5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)