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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 低???^ | 100100101110000100111111001111110011111101011110 | 92e13f3f3f5e |
EUC-JP | 低?湞?^ | 1100010011100011001111111000111111000111111111100011111101011110 | c4e33f8fc7fe3f5e |
UTF-8 | 低렭湞렍^ | 11100100101111011000111011101011101000001010110111100110101110011001111011101011101000001000110101011110 | e4bd8eeba0ade6b99eeba08d5e |
UHC | 低렭湞렍^ | 111011101011100010001110101110101110111111100110100011101010001101011110 | eeb88ebaefe68ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)