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 | ?????E] | 00111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f455d |
SJIS-WIN | セャ胥辞借E] | 10111110101011001110001111101111100011101010101110001110110110000100010101011101 | beace3ef8eab8ed8455d |
EUC-JP | セャ胥辞借E] | 100011101011111010001110101011001110011011110001101111001010110110111100110110100100010101011101 | 8ebe8eace6f1bcadbcda455d |
UTF-8 | セャ胥辞借E] | 1110111110111101101111101110111110111101101011001110100010000011101001011110100010111110100111101110010110000000100111110100010101011101 | efbdbeefbdace883a5e8be9ee5809f455d |
UHC | ??胥?借E] | 001111110011111111100000101000010011111111110011101010000100010101011101 | 3f3fe0a13ff3a8455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)