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 | 巐ゎィ作ァケ | 111110101011011010000010111011001010100010001101111011001010011110111001 | fab682eca88deca7b9 |
EUC-JP | 巐ゎィ作ァケ | 10001111101110111111100110100100111011101000111010101000101110101110111010001110101001111000111010111001 | 8fbbf9a4ee8ea8baee8ea78eb9 |
UTF-8 | 巐ゎィ作ァケ | 111001011011011110010000111000111000001010001110111011111011110110101000111001001011110110011100111011111011110110100111111011111011110110111001 | e5b790e3828eefbda8e4bd9cefbda7efbdb9 |
UHC | ?ゎ?作?? | 0011111110101010111011100011111111101101110000100011111100111111 | 3faaee3fedc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)