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 | 畯?迂肌 | 11111011011011110011111110001001010010011001010010100111 | fb6f3f894994a7 |
EUC-JP | 畯?迂肌 | 1000111111001101101110110011111110110001101010101100100010101001 | 8fcdbb3fb1aac8a9 |
UTF-8 | 畯렜迂肌 | 111001111001010110101111111010111010000010011100111010001011111110000010111010001000001010001100 | e795afeba09ce8bf82e8828c |
UHC | 畯렜迂肌 | 1111000111100001100011101010111011101001111001101101000110111111 | f1e18eaee9e6d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)