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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬪ー遘倔 | 11101001101010101011000011100111101001111001100011100001 | e9aab0e7a798e1 |
EUC-JP | 鬪ー遘倔 | 1111001010101100100011101011000011101110101010011101000011100011 | f2ac8eb0eea9d0e3 |
UTF-8 | 鬪ー遘倔 | 111010011010110010101010111011111011110110110000111010011000000110011000111001011000000010010100 | e9acaaefbdb0e98198e58094 |
UHC | 鬪??? | 1111011111100011001111110011111100111111 | f7e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)