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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ?ょ?k | 0011111110000010111001010011111101101011 | 3f82e53f6b |
EUC-JP | ?ょ?k | 0011111110100100111001110011111101101011 | 3fa4e73f6b |
UTF-8 | 力ょ쮽k | 11101111101001101000101011100011100000101000011111101100101011101011110101101011 | efa68ae38287ecaebd6b |
UHC | 力ょ쮽k | 11100110101100111010101011100111101010001001100101101011 | e6b3aae7a8996b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)