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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鳫七[鳫七[^ | 1110100111101101100011101011010101011011111010011110110110001110101101010101101101011110 | e9ed8eb55be9ed8eb55b5e |
EUC-JP | 鳫七[鳫七[^ | 1111001011101111101111001011011101011011111100101110111110111100101101110101101101011110 | f2efbcb75bf2efbcb75b5e |
UTF-8 | 鳫七[鳫七[^ | 111010011011001110101011111001001011100010000011010110111110100110110011101010111110010010111000100000110101101101011110 | e9b3abe4b8835be9b3abe4b8835b5e |
UHC | ?七[?七[^ | 001111111111011011010010010110110011111111110110110100100101101101011110 | 3ff6d25b3ff6d25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)