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 | 鬯俶ゥ殄 | 11101001101011001001100011100110101010011001111101101000 | e9ac98e6a99f68 |
EUC-JP | 鬯俶ゥ殄 | 1111001010101110110100001110100010001110101010011101110111001001 | f2aed0e88ea9ddc9 |
UTF-8 | 鬯俶ゥ殄 | 111010011010110010101111111001001011111110110110111011111011110110101001111001101010111010000100 | e9acafe4bfb6efbda9e6ae84 |
UHC | ???殄 | 0011111100111111001111111111001011001111 | 3f3f3ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)