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 | ¬Nk | 1001101110101100100110000100111001101011 | 9bac984e6b |
SJIS-WIN | ?¬?Nk | 001111111000000111001010001111110100111001101011 | 3f81ca3f4e6b |
EUC-JP | ?¬?Nk | 001111111010001011001100001111110100111001101011 | 3fa2cc3f4e6b |
UTF-8 | ¬Nk | 1100001010011011110000101010110011000010100110000100111001101011 | c29bc2acc2984e6b |
UHC | ???Nk | 0011111100111111001111110100111001101011 | 3f3f3f4e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)