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 | 骰懶ソ・郢洪 | 11101001100011011001110011101111101111111010010111100111101110011000110101011110 | e98d9cefbfa5e7b98d5e |
EUC-JP | 骰懶ソ・郢洪 | 111100011110110111011000111100011000111010111111100011101010010111101110101110111011100110111111 | f1edd8f18ebf8ea5eebbb9bf |
UTF-8 | 骰懶ソ・郢洪 | 111010011010101010110000111001101000011110110110111011111011110110111111111011111011110110100101111010011000001110100010111001101011010010101010 | e9aab0e687b6efbdbfefbda5e983a2e6b4aa |
UHC | ?懶???洪 | 0011111111010100111110110011111100111111001111111111101111110011 | 3fd4fb3f3f3ffbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)