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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?煐??? | 00111111100011111100100111111000001111110011111100111111 | 3f8fc9f83f3f3f |
UTF-8 | 뭋煐갶뙊륚 | 111010111010110110001011111001111000010110010000111010101011000010110110111010111001100110001010111010111010010110011010 | ebad8be78590eab0b6eb998aeba59a |
UHC | 뭋煐갶뙊륚 | 10010010010101101110011110111100100000010110001010001100100011111001000001000001 | 9256e7bc81628c8f9041 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)