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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?期^ | 00111111100010101111101001011110 | 3f8afa5e |
EUC-JP | ?期^ | 00111111101101001111110001011110 | 3fb4fc5e |
UTF-8 | 쯔期^ | 11101100101011111001010011100110100111001001111101011110 | ecaf94e69c9f5e |
UHC | 쯔期^ | 1100001011101010110100011010001001011110 | c2ead1a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)