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 | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 堤捧?蝎??V | 10010010111001111001010111111001001111111110010110011001001111110011111101010110 | 92e795f93fe5993f3f56 |
EUC-JP | 堤捧?蝎??V | 11000100111010011100101011111011001111111110100111111001001111110011111101010110 | c4e9cafb3fe9f93f3f56 |
UTF-8 | 堤捧렋蝎렧렱V | 11100101101000001010010011100110100011011010011111101011101000001000101111101000100111011000111011101011101000001010011111101011101000001011000101010110 | e5a0a4e68da7eba08be89d8eeba0a7eba0b156 |
UHC | 堤捧렋蝎렧렱V | 11110000101001111101110011101001100011101010001011001010111010011000111010110110100011101011111001010110 | f0a7dce98ea2cae98eb68ebe56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)