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 | 艤?淨? | 111001000111111000111111100111111100010000111111 | e47e3f9fc43f |
EUC-JP | 艤?淨? | 111001111101111100111111110111101100011000111111 | e7df3fdec63f |
UTF-8 | 艤렑淨렔 | 111010001000100110100100111010111010000010010001111001101011011110101000111010111010000010010100 | e889a4eba091e6b7a8eba094 |
UHC | 艤렑淨렔 | 1110101111111010100011101010011011101111111001001000111010101001 | ebfa8ea6efe48ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)