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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 唸齏鱆唏涌E | 1001101001011000111010001110101111101001111000011001101001001000100101110100111101000101 | 9a58e8ebe9e19a48974f45 |
EUC-JP | 唸齏鱆唏涌E | 1101001110111001111100001110110111110010111000111101001110101001110011011011000001000101 | d3b9f0edf2e3d3a9cdb045 |
UTF-8 | 唸齏鱆唏涌E | 11100101100101001011100011101001101111011000111111101001101100011000011011100101100101001000111111100110101101101000110001000101 | e594b8e9bd8fe9b186e5948fe6b68c45 |
UHC | ????涌E | 00111111001111110011111100111111111010011011111101000101 | 3f3f3f3fe9bf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)