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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
EUC-JP | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
UTF-8 | 혧찾횧횢d | 11101101100110001010011111101100101100001011111011101101100110101010011111101101100110101010001001100100 | ed98a7ecb0beed9aa7ed9aa264 |
UHC | 혧찾횧횢d | 110000101000111111000011101000111100001110011110110000111001100101100100 | c28fc3a3c39ec39964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)