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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隕?跏堰 | 11101000101001100011111111100110111001101000100110000001 | e8a63fe6e68981 |
EUC-JP | 隕?跏堰 | 11110000101010000011111111101100111010001011000111100001 | f0a83fece8b1e1 |
UTF-8 | 隕댈跏堰 | 111010011001101010010101111010111000110010001000111010001011011110001111111001011010000010110000 | e99a95eb8c88e8b78fe5a0b0 |
UHC | 隕댈跏堰 | 1110101010100010101101001110111011001010101110101110010111101000 | eaa2b4eecabae5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)