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 | 00111111001111110011111110001110100001000011111101000101 | 3f3f3f8e843f45 |
EUC-JP | 焌?邕私?E | 1000111111001001111010000011111110001111111000011110110110111011111001000011111101000101 | 8fc9e83f8fe1edbbe43f45 |
UTF-8 | 焌렧邕私갹E | 11100111100001001000110011101011101000001010011111101001100000101001010111100111101001111000000111101010101100001011100101000101 | e7848ceba0a7e98295e7a781eab0b945 |
UHC | 焌렧邕私갹E | 1111000111100000100011101011011011101000101110111101111011100111101100001011110101000101 | f1e08eb6e8bbdee7b0bd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)