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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セイ謝称・^ | 1011111010110010100011101101001110001111110011001010010101011110 | beb28ed38fcca55e |
EUC-JP | セイ謝称・^ | 1000111010111110100011101011001010111100110101011011111011001110100011101010010101011110 | 8ebe8eb2bcd5bece8ea55e |
UTF-8 | セイ謝称・^ | 11101111101111011011111011101111101111011011001011101000101011001001110111100111101001111011000011101111101111011010010101011110 | efbdbeefbdb2e8ac9de7a7b0efbda55e |
UHC | ??謝??^ | 00111111001111111101111011110011001111110011111101011110 | 3f3fdef33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)