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 | 庄?ε雨?竣 | 10001111101011110011111110000011110000111000100101001010001111111000111101110110 | 8faf3f83c3894a3f8f76 |
EUC-JP | 庄?ε雨?竣 | 10111110101100010011111110100110110001011011000110101011001111111011110111010111 | beb13fa6c5b1ab3fbdd7 |
UTF-8 | 庄얕ε雨렋竣 | 1110010110111010100001001110110010010110100101011100111010110101111010011001101110101000111010111010000010001011111001111010101110100011 | e5ba84ec9695ceb5e99ba8eba08be7aba3 |
UHC | 庄얕ε雨렋竣 | 111011011110010010111110111010001010010111100101111010011110101110001110101000101111000111100010 | ede4bee8a5e5e9eb8ea2f1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)