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 | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
EUC-JP | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
UTF-8 | 뭑D뫍뫅 | 11101011101011011001000101000100111010111010101110001101111010111010101110000101 | ebad9144ebab8debab85 |
UHC | 뭑D뫍뫅 | 10010010010110010100010010010001101011111001000110101000 | 92594491af91a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)