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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??毅?? | 001111110011111110001011010000100011111100111111 | 3f3f8b423f3f |
EUC-JP | 獐?毅?? | 1000111111001011101110100011111110110101101000110011111100111111 | 8fcbba3fb5a33f3f |
UTF-8 | 獐렰毅쮸깰 | 111001111000110110010000111010111010000010110000111001101010111110000101111011001010111010111000111010101011100110110000 | e78d90eba0b0e6af85ecaeb8eab9b0 |
UHC | 獐렰毅쮸깰 | 11101101111011111000111010111101111010111111011011000010111010011011000111111101 | edef8ebdebf6c2e9b1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)