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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???篩?B | 00111111001111110011111111100010101111110011111101000010 | 3f3f3fe2bf3f42 |
EUC-JP | 焌?邕篩?B | 1000111111001001111010000011111110001111111000011110110111100100110000010011111101000010 | 8fc9e83f8fe1ede4c13f42 |
UTF-8 | 焌렧邕篩쏠B | 11100111100001001000110011101011101000001010011111101001100000101001010111100111101011111010100111101100100011111010000001000010 | e7848ceba0a7e98295e7afa9ec8fa042 |
UHC | 焌렧邕篩쏠B | 1111000111100000100011101011011011101000101110111101111011101000101111011111001001000010 | f1e08eb6e8bbdee8bdf242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)