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 | 1101110110100010110111011010001001000010 | dda2dda242 |
EUC-JP | ン「ン「B | 100011101101110110001110101000101000111011011101100011101010001001000010 | 8edd8ea28edd8ea242 |
UTF-8 | ン「ン「B | 11101111101111101001110111101111101111011010001011101111101111101001110111101111101111011010001001000010 | efbe9defbda2efbe9defbda242 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)