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 | ?u?? | 00111111011101010011111100111111 | 3f753f3f |
SJIS-WIN | 咤u涌鈔 | 10011010010000100111010110010111010011111110011111100010 | 9a4275974fe7e2 |
EUC-JP | 咤u涌鈔 | 11010011101000110111010111001101101100001110111011100100 | d3a375cdb0eee4 |
UTF-8 | 咤u涌鈔 | 11100101100100101010010001110101111001101011011010001100111010011000100010010100 | e592a475e6b68ce98894 |
UHC | 咤u涌? | 111101101110001101110101111010011011111100111111 | f6e375e9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)