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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | セャ胥自斜P | 101111101010110011100011111011111000111010101001100011101100111001010000 | beace3ef8ea98ece50 |
EUC-JP | セャ胥自斜P | 1000111010111110100011101010110011100110111100011011110010101011101111001101000001010000 | 8ebe8eace6f1bcabbcd050 |
UTF-8 | セャ胥自斜P | 11101111101111011011111011101111101111011010110011101000100000111010010111101000100001111010101011100110100101101001110001010000 | efbdbeefbdace883a5e887aae6969c50 |
UHC | ??胥自斜P | 001111110011111111100000101000011110110110111011110111101101100001010000 | 3f3fe0a1edbbded850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)