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 | 竣?ε雨?除 | 10001111011101100011111110000011110000111000100101001010001111111000111110011100 | 8f763f83c3894a3f8f9c |
EUC-JP | 竣?ε雨?除 | 10111101110101110011111110100110110001011011000110101011001111111011110111111100 | bdd73fa6c5b1ab3fbdfc |
UTF-8 | 竣ㅸε雨렋除 | 1110011110101011101000111110001110000101101110001100111010110101111010011001101110101000111010111010000010001011111010011001100110100100 | e7aba3e385b8ceb5e99ba8eba08be999a4 |
UHC | 竣ㅸε雨렋除 | 111100011110001010100100111010001010010111100101111010011110101110001110101000101111000010110110 | f1e2a4e8a5e5e9eb8ea2f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)