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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 低?沚 | 1001001011100001001111111001111110001101 | 92e13f9f8d |
EUC-JP | 低?沚 | 1100010011100011001111111101110111101101 | c4e33fdded |
UTF-8 | 低렭沚 | 111001001011110110001110111010111010000010101101111001101011001010011010 | e4bd8eeba0ade6b29a |
UHC | 低렭沚 | 111011101011100010001110101110101111001010101111 | eeb88ebaf2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)