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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??糟? | 0011111100111111100100011000110000111111 | 3f3f918c3f |
EUC-JP | ??糟? | 0011111100111111110000011110110000111111 | 3f3fc1ec3f |
UTF-8 | 롏렎糟뤒 | 111010111010000110001111111010111010000010001110111001111011001110011111111010111010010010010010 | eba18feba08ee7b39feba492 |
UHC | 롏렎糟뤒 | 1000111011010101100011101010010011110000110110011000111111000010 | 8ed58ea4f0d98fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)