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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迴手匈 | 111001111000111110001110111010001001100110110001 | e78f8ee899b1 |
EUC-JP | 迴手匈 | 111011011110111110111100111010101101001010110011 | edefbcead2b3 |
UTF-8 | 迴手匈 | 111010001011111110110100111001101000100110001011111001011000110010001000 | e8bfb4e6898be58c88 |
UHC | ?手匈 | 0011111111100010101000101111110111010110 | 3fe2a2fdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)