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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
UTF-8 | 혧혗챈챦v | 11101101100110001010011111101101100110001001011111101100101100011000100011101100101100011010011001110110 | ed98a7ed9897ecb188ecb1a676 |
UHC | 혧혗챈챦v | 110000101000111111000010100000101100001110100110110000111010111101110110 | c28fc282c3a6c3af76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)