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 | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ???昻?V | 00111111001111110011111111111010110100000011111101010110 | 3f3f3ffad03f56 |
EUC-JP | 饔????V | 1000111111101000111011110011111100111111001111110011111101010110 | 8fe8ef3f3f3f3f56 |
UTF-8 | 饔쒐퓼昻쬞V | 11101001101001011001010011101100100100101001000011101101100100111011110011100110100110001011101111101100101011001001111001010110 | e9a594ec9290ed93bce698bbecac9e56 |
UHC | 饔쒐퓼昻쬞V | 1110100010111101100111001110011110111111101000001110010011101001101001110101000101010110 | e8bd9ce7bfa0e4e9a75156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)