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 | 低逗? | 1001001011100001100100001000000000111111 | 92e190803f |
EUC-JP | 低逗? | 1100010011100011101111111110000000111111 | c4e3bfe03f |
UTF-8 | 低逗썬 | 111001001011110110001110111010011000000010010111111011001000110110101100 | e4bd8ee98097ec8dac |
UHC | 低逗썬 | 111011101011100011010100111010001011110111100011 | eeb8d4e8bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)