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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?善? | 00111111100100010101000000111111 | 3f91503f |
EUC-JP | ?善? | 00111111110000011011000100111111 | 3fc1b13f |
UTF-8 | 卨善蟬 | 111001011000110110101000111001011001011010000100111010001001111110101100 | e58da8e59684e89fac |
UHC | 卨善蟬 | 111000001101100111100000101111001110000011010001 | e0d9e0bce0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)