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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 治治^ | 11110010111111001000111010100001111100111101111011110010111111001000111010100001111100111101110001011110 | f2fc8ea1f3def2fc8ea1f3dc5e |
EUC-JP | ?治??治?^ | 001111111011110010100011001111110011111110111100101000110011111101011110 | 3fbca33f3fbca33f5e |
UTF-8 | 治治^ | 11101110100010001011001111100110101100101011101111101110100010111001000111101110100010001011001111100110101100101011101111101110100010111000111101011110 | ee88b3e6b2bbee8b91ee88b3e6b2bbee8b8f5e |
UHC | ?治??治?^ | 001111111111011010111101001111110011111111110110101111010011111101011110 | 3ff6bd3f3ff6bd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)