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 | ?史^ | 00111111100011100110101001011110 | 3f8e6a5e |
EUC-JP | ?史^ | 00111111101110111100101101011110 | 3fbbcb5e |
UTF-8 | 졺史^ | 11101100101000011011101011100101100011111011001001011110 | eca1bae58fb25e |
UHC | 졺史^ | 1100000110111010110111101100100001011110 | c1badec85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)