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 | 淨?淨??財 | 100111111100010000111111100111111100010000111111001111111000110111100000 | 9fc43f9fc43f3f8de0 |
EUC-JP | 淨?淨??財 | 110111101100011000111111110111101100011000111111001111111011101011100010 | dec63fdec63f3fbae2 |
UTF-8 | 淨렍淨ㅷㅐ財 | 111001101011011110101000111010111010000010001101111001101011011110101000111000111000010110110111111000111000010110010000111010001011001010100001 | e6b7a8eba08de6b7a8e385b7e38590e8b2a1 |
UHC | 淨렍淨ㅷㅐ財 | 111011111110010010001110101000111110111111100100101001001110011110100100110000001110111010101111 | efe48ea3efe4a4e7a4c0eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)