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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | フ「[フ「[^ | 1100110010100010111100101111000001011011110011001010001011110010111100000101101101011110 | cca2f2f05bcca2f2f05b5e |
EUC-JP | フ「?[フ「?[^ | 10001110110011001000111010100010001111110101101110001110110011001000111010100010001111110101101101011110 | 8ecc8ea23f5b8ecc8ea23f5b5e |
UTF-8 | フ「[フ「[^ | 111011111011111010001100111011111011110110100010111011101000100010100111010110111110111110111110100011001110111110111101101000101110111010001000101001110101101101011110 | efbe8cefbda2ee88a75befbe8cefbda2ee88a75b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)