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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?o??? | 001111111000001010001111001111110011111100111111 | 3f828f3f3f3f |
EUC-JP | ?o??? | 001111111010001111101111001111110011111100111111 | 3fa3ef3f3f3f |
UTF-8 | 緣o쪕吏놟 | 111001111011011110100011111011111011110110001111111011001010101010010101111011111010011110011110111010111000011010011111 | e7b7a3efbd8fecaa95efa79eeb869f |
UHC | 緣o쪕吏놟 | 11100110110111101010001111101111101001011000111111101100101001111000011101000010 | e6dea3efa58feca78742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)