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 | 111001101001101000111111001111110011111101110110 | e69a3f3f3f76 |
EUC-JP | 證???v | 111010111111101000111111001111110011111101110110 | ebfa3f3f3f76 |
UTF-8 | 證淚렩렋v | 11101000101011011000100111101111101001011000110111101011101000001010100111101011101000001000101101110110 | e8ad89efa58deba0a9eba08b76 |
UHC | 證淚렩렋v | 111100011111101111010010111001111000111010110111100011101010001001110110 | f1fbd2e78eb78ea276 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)