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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邵溽ク溷楓B | 11100111101110001001111111100111101110001001111111100101100101011001011001000010 | e7b89fe7b89fe5959642 |
EUC-JP | 邵溽ク溷楓B | 1110111010111010110111101110100110001110101110001101111011100111110010011111011001000010 | eebadee98eb8dee7c9f642 |
UTF-8 | 邵溽ク溷楓B | 11101001100000101011010111100110101110101011110111101111101111011011100011100110101110101011011111100110101001011001001101000010 | e982b5e6babdefbdb8e6bab7e6a59342 |
UHC | 邵???楓B | 1110000111010000001111110011111100111111111110011010001101000010 | e1d03f3f3ff9a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)