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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | フ「rB | 110011001010001011110010111100000111001001000010 | cca2f2f07242 |
EUC-JP | フ「?rB | 10001110110011001000111010100010001111110111001001000010 | 8ecc8ea23f7242 |
UTF-8 | フ「rB | 1110111110111110100011001110111110111101101000101110111010001000101001110111001001000010 | efbe8cefbda2ee88a77242 |
UHC | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)