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 | 10010111011101011001100001101011 | 9775986b |
SJIS-WIN | ?u?k | 00111111011101010011111101101011 | 3f753f6b |
EUC-JP | ?u?k | 00111111011101010011111101101011 | 3f753f6b |
UTF-8 | uk | 110000101001011101110101110000101001100001101011 | c29775c2986b |
UHC | ?u?k | 00111111011101010011111101101011 | 3f753f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)