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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 漬?諸??臍 | 100100101101000000111111100011111001010000111111001111111110010001100000 | 92d03f8f943f3fe460 |
EUC-JP | 漬?諸?珙臍 | 1100010011010010001111111011110111110100001111111000111111001011111100011110011111000001 | c4d23fbdf43f8fcbf1e7c1 |
UTF-8 | 漬렪諸잼珙臍 | 111001101011110010101100111010111010000010101010111010001010101110111000111011001001111010111100111001111000111110011001111010001000011110001101 | e6bcaceba0aae8abb8ec9ebce78f99e8878d |
UHC | 漬렪諸잼珙臍 | 111100101011000010001110101110001111000010110011110000001110101111001101111101011111000010110000 | f2b08eb8f0b3c0ebcdf5f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)