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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | シ粲竢ウヌB | 10111100111000101110101011111000101111001110001010001111101100111100011101000010 | bce2eaf8bce28fb3c742 |
EUC-JP | シ粲?竢ウヌB | 100011101011110011100100111011000011111111100011111011111000111010110011100011101100011101000010 | 8ebce4ec3fe3ef8eb38ec742 |
UTF-8 | シ粲竢ウヌB | 11101111101111011011110011100111101100101011001011101110100110011001101111100111101010111010001011101111101111011011001111101111101111101000011101000010 | efbdbce7b2b2ee999be7aba2efbdb3efbe8742 |
UHC | ?粲????B | 0011111111110011110001000011111100111111001111110011111101000010 | 3ff3c43f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)