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 | ??uk | 00111111001111110111010101101011 | 3f3f756b |
SJIS-WIN | ??uk | 00111111001111110111010101101011 | 3f3f756b |
EUC-JP | ??uk | 00111111001111110111010101101011 | 3f3f756b |
UTF-8 | 렺찾uk | 1110101110100000101110101110110010110000101111100111010101101011 | eba0baecb0be756b |
UHC | 렺찾uk | 100011101100001011000011101000110111010101101011 | 8ec2c3a3756b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)