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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 筌????^ | 11100010101000110011111100111111001111110011111101011110 | e2a33f3f3f3f5e |
EUC-JP | 筌??彛?^ | 111001001010010100111111001111111000111110111100111110100011111101011110 | e4a53f3f8fbcfa3f5e |
UTF-8 | 筌욁끉彛쟸^ | 11100111101011011000110011101100100110101000000111101011100000011000100111100101101111011001101111101100100111111011100001011110 | e7ad8cec9a81eb8189e5bd9bec9fb85e |
UHC | 筌욁끉彛쟸^ | 1110111110100111100111101110001110000101101111001110110010101101101000000111100001011110 | efa79ee385bcecada0785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)