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 | 魄冗朕韜 | 1110100110101110100011111110011110010010101111011110100011101001 | e9ae8fe792bde8e9 |
EUC-JP | 魄冗朕韜 | 1111001010110000101111101110100111000100101111111111000011101011 | f2b0bee9c4bff0eb |
UTF-8 | 魄冗朕韜 | 111010011010110110000100111001011000011010010111111001101001110010010101111010011001111110011100 | e9ad84e58697e69c95e99f9c |
UHC | 魄冗朕韜 | 1101101111011110111010011011011111110010111110011101010010110111 | dbdee9b7f2f9d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)