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 | ’?澱 | 1000000101100110001111111001001101100010 | 81663f9362 |
EUC-JP | ’?澱 | 1010000111000111001111111100010111000011 | a1c73fc5c3 |
UTF-8 | ’룫澱 | 111000101000000010011001111010111010001110101011111001101011111010110001 | e28099eba3abe6beb1 |
UHC | ’룫澱 | 101000011010111110001111101000101110111011111110 | a1af8fa2eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)