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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?岩?閼^ | 00111111100010101110001000111111111010001000010001011110 | 3f8ae23fe8845e |
EUC-JP | ?岩?閼^ | 00111111101101001110010000111111111011111110010001011110 | 3fb4e43fefe45e |
UTF-8 | 뤝岩뤝閼^ | 11101011101001001001110111100101101100101010100111101011101001001001110111101001100101101011110001011110 | eba49de5b2a9eba49de996bc5e |
UHC | 뤝岩뤝閼^ | 100011111100110011100100110110111000111111001100111001001101100101011110 | 8fcce4db8fcce4d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)