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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?汾???涓 | 0011111110011111100100000011111100111111001111111001111110110000 | 3f9f903f3f3f9fb0 |
EUC-JP | ?汾???涓 | 0011111111011101111100000011111100111111001111111101111010110010 | 3fddf03f3f3fdeb2 |
UTF-8 | 뤒汾句硏挻涓 | 111010111010010010010010111001101011000110111110111011111010010010000110111001111010000110001111111001101000110010111011111001101011011010010011 | eba492e6b1beefa486e7a18fe68cbbe6b693 |
UHC | 뤒汾句硏挻涓 | 100011111100001011011101110011001100111111111011111001101101101011100110110010011110011011001111 | 8fc2ddcccffbe6dae6c9e6cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)