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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 易х???ズ | 100010001101010110000100100001110011111100111111001111111000001101011001 | 88d584873f3f3f8359 |
EUC-JP | 易х???ズ | 101100001101011110100111111001110011111100111111001111111010010110111010 | b0d7a7e73f3f3fa5ba |
UTF-8 | 易х뿏僚㎫ズ | 1110011010011000100100111101000110000101111010111011111110001111111011111010011010111011111000111000111010101011111000111000001010111010 | e69893d185ebbf8fefa6bbe38eabe382ba |
UHC | 易х뿏僚㎫ズ | 111001101011011010101100111001111001011110010100111010001110100010100111111001111010101110111010 | e6b6ace79794e8e8a7e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)