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 | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
SJIS-WIN | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
EUC-JP | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
UTF-8 | 뭋뫇\묨뫑 | 11101011101011011000101111101011101010111000011101011100111010111010110010101000111010111010101110010001 | ebad8bebab875cebaca8ebab91 |
UHC | 뭋뫇\묨뫑 | 100100100101011010010001101010100101110010010010010000011001000110110011 | 925691aa5c924191b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)