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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 釈紗丈チB | 1000111011011111100011101101000110001111111001001100000101000010 | 8edf8ed18fe4c142 |
EUC-JP | 釈紗丈チB | 101111001110000110111100110100111011111011100110100011101100000101000010 | bce1bcd3bee68ec142 |
UTF-8 | 釈紗丈チB | 11101001100001111000100011100111101101001001011111100100101110001000100011101111101111101000000101000010 | e98788e7b497e4b888efbe8142 |
UHC | ?紗丈?B | 00111111110111101110100111101101110110110011111101000010 | 3fdee9eddb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)