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 | ?????s | 001111110011111100111111001111110011111101110011 | 3f3f3f3f3f73 |
SJIS-WIN | ?????s | 001111110011111100111111001111110011111101110011 | 3f3f3f3f3f73 |
EUC-JP | ?????s | 001111110011111100111111001111110011111101110011 | 3f3f3f3f3f73 |
UTF-8 | 혧횒혫짚횪s | 11101101100110001010011111101101100110101001001011101101100110001010101111101100101001111001101011101101100110101010101001110011 | ed98a7ed9a92ed98abeca79aed9aaa73 |
UHC | 혧횒혫짚횪s | 1100001010001111110000111000110111000010100100111100001010100100110000111010000001110011 | c28fc38dc293c2a4c3a073 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)