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