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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕錮ェ「 | 111001001111011011100111111111001010101010100010 | e4f6e7fcaaa2 |
EUC-JP | 蔕錮ェ「 | 1110100011111000111011101111111010001110101010101000111010100010 | e8f8eefe8eaa8ea2 |
UTF-8 | 蔕錮ェ「 | 111010001001010010010101111010011000110010101110111011111011110110101010111011111011110110100010 | e89495e98caeefbdaaefbda2 |
UHC | ?錮?? | 0011111111001101110100010011111100111111 | 3fcdd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)