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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 增ャ迢尖、 | 1111101010011101101011001110011110001011100100001110101110100100 | fa9dace78b90eba4 |
EUC-JP | ?ャ迢尖、 | 001111111000111010101100111011011110101111000000111011011000111010100100 | 3f8eacedebc0ed8ea4 |
UTF-8 | 增ャ迢尖、 | 111001011010001010011110111011111011110110101100111010001011111110100010111001011011000010010110111011111011110110100100 | e5a29eefbdace8bfa2e5b096efbda4 |
UHC | 增??尖? | 11110001111100100011111100111111111101001101001100111111 | f1f23f3ff4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)