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 | ?????EL | 00111111001111110011111100111111001111110100010101001100 | 3f3f3f3f3f454c |
SJIS-WIN | 唸齏鱆唏涌EL | 100110100101100011101000111010111110100111100001100110100100100010010111010011110100010101001100 | 9a58e8ebe9e19a48974f454c |
EUC-JP | 唸齏鱆唏涌EL | 110100111011100111110000111011011111001011100011110100111010100111001101101100000100010101001100 | d3b9f0edf2e3d3a9cdb0454c |
UTF-8 | 唸齏鱆唏涌EL | 1110010110010100101110001110100110111101100011111110100110110001100001101110010110010100100011111110011010110110100011000100010101001100 | e594b8e9bd8fe9b186e5948fe6b68c454c |
UHC | ????涌EL | 0011111100111111001111110011111111101001101111110100010101001100 | 3f3f3f3fe9bf454c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)