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 | 0011111100111111001111111110001010111111100000111101000101000010 | 3f3f3fe2bf83d142 |
EUC-JP | 焌?邕篩τB | 100011111100100111101000001111111000111111100001111011011110010011000001101001101101001101000010 | 8fc9e83f8fe1ede4c1a6d342 |
UTF-8 | 焌렧邕篩τB | 111001111000010010001100111010111010000010100111111010011000001010010101111001111010111110101001110011111000010001000010 | e7848ceba0a7e98295e7afa9cf8442 |
UHC | 焌렧邕篩τB | 1111000111100000100011101011011011101000101110111101111011101000101001011111001101000010 | f1e08eb6e8bbdee8a5f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)