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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髣夜軒 | 111010011001011110010110111010011000110010101100 | e99796e98cac |
EUC-JP | 髣夜軒 | 111100011111011111001100111010111011100010101110 | f1f7ccebb8ae |
UTF-8 | 髣夜軒 | 111010011010101110100011111001011010010010011100111010001011101110010010 | e9aba3e5a49ce8bb92 |
UHC | ?夜軒 | 0011111111100101101010001111101011001101 | 3fe5a8facd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)