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 | D^}vD^}vB | 1001001001000100010111100111110101110110100100100100010001011110011111010111011001000010 | 92445e7d7692445e7d7642 |
SJIS-WIN | ?D^}v?D^}vB | 0011111101000100010111100111110101110110001111110100010001011110011111010111011001000010 | 3f445e7d763f445e7d7642 |
EUC-JP | ?D^}v?D^}vB | 0011111101000100010111100111110101110110001111110100010001011110011111010111011001000010 | 3f445e7d763f445e7d7642 |
UTF-8 | D^}vD^}vB | 11000010100100100100010001011110011111010111011011000010100100100100010001011110011111010111011001000010 | c292445e7d76c292445e7d7642 |
UHC | ?D^}v?D^}vB | 0011111101000100010111100111110101110110001111110100010001011110011111010111011001000010 | 3f445e7d763f445e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)