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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | セ゚抄ミ宍] | 1011111011011111100011111011010011010000100011101011001101011101 | bedf8fb4d08eb35d |
EUC-JP | セ゚抄ミ宍] | 1000111010111110100011101101111110111110101101101000111011010000101111001011010101011101 | 8ebe8edfbeb68ed0bcb55d |
UTF-8 | セ゚抄ミ宍] | 11101111101111011011111011101111101111101001111111100110100010101000010011101111101111101001000011100101101011101000110101011101 | efbdbeefbe9fe68a84efbe90e5ae8d5d |
UHC | ??抄??] | 00111111001111111111010011111100001111110011111101011101 | 3f3ff4fc3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)