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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 귿뇐귿뇐^ | 11101010101101111011111111101011100001111001000011101010101101111011111111101011100001111001000001011110 | eab7bfeb8790eab7bfeb87905e |
UHC | 귿뇐귿뇐^ | 101100011101101010110011111110111011000111011010101100111111101101011110 | b1dab3fbb1dab3fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)