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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轢уけ轜 | 1110011110000000100001001000010110000010101011111110011101111110 | e780848582afe77e |
EUC-JP | 轢уけ轜 | 1110110111100000101001111110010110100100101100011110110111011111 | ede0a7e5a4b1eddf |
UTF-8 | 轢уけ轜 | 1110100010111101101000101101000110000011111000111000000110010001111010001011110110011100 | e8bda2d183e38191e8bd9c |
UHC | 轢уけ? | 11010101111110011010110011100101101010101011000100111111 | d5f9ace5aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)