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 | 睛?泣?結載 | 11100001110010110011111110001011100000110011111110001100100010111000110111011010 | e1cb3f8b833f8c8b8dda |
EUC-JP | 睛?泣?結載 | 11100010110011010011111110110101111000110011111110110111111010111011101011011100 | e2cd3fb5e33fb7ebbadc |
UTF-8 | 睛렖泣쭝結載 | 111001111001110110011011111010111010000010010110111001101011001110100011111011001010110110011101111001111011010110010000111010001011110010001001 | e79d9beba096e6b3a3ecad9de7b590e8bc89 |
UHC | 睛렖泣쭝結載 | 111011111110110010001110101010111110101111101000110000101110010011001100101111111110111010110000 | efec8eabebe8c2e4ccbfeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)